Html Css Color HEX #ED7DCD Tea Rose

📋 copy color: '#ED7DCD'

red 237 ◦ green 125 ◦ blue 205

#ED7DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #ED7DCD

Tints of Tea Rose #ED7DCD

RGB

 RED value IS 237 (92.97% from 255) = 41.8%

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 41.8%
G = 22.05%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED7DCD (or 0xED7DCD) is known color: Tea Rose. HEX triplet: ED, 7D and CD. RGB value is (237,125,205). Sum of RGB (Red+Green+Blue) = 237+125+205=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCD is #128232. Grayscale: #A7A7A7. Windows color (decimal): -1212979 or 13467117. OLE color: 13467117.

HSL color Cylindrical-coordinate representation of color #ED7DCD: hue angle of 317.14º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7DCD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 125 205 -
CMYK 0 0.47 0.14 0.07
HSL 317.14º 0.76% 0.71% -
HSV(B) 317.14º 0.47% 0.93% -
XYZ 53.28 37.08 62.11 -
YUV 167.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 237 125 205 0 0.47 0.14 0.07 317.14 0.76 0.71
Hex ED 7D CD 0 2F E 7 13D 4C 47
Octal 355 175 315 0 57 16 7 475 114 107
Binary 11101101 1111101 11001101 0 101111 1110 111 100111101 1001100 1000111

Color Harmonies of #ED7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DCD

Black with #ED7DCD

Text Example


Text Example

White with #ED7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DCD; }

 p { color: rgb(237,125,205); }

 H1.HeaderClassName
 {
   color: #ED7DCD;
 }
 .AnyTagClassName
 {
   color: #ED7DCD;
 }
</style>

background-color css

<style>
 a { background-color: #ED7DCD; }

 a { background-color: rgb(237,125,205); }

 div.DivClassName
 {
   background-color: #ED7DCD;
 }
 .BgClassName
 {
   background-color: #ED7DCD;
 }
</style>

border-color css

<style>
 span { border-color: #ED7DCD; }

 span { border-color: rgb(237,125,205); }

 td.TdClassName
 {
   border-color: #ED7DCD;
 }
 .TagClassName
 {
   border-color: #ED7DCD;
 }
</style>