Html Css Color HEX #ED7FCD Tea Rose

📋 copy color: '#ED7FCD'

red 237 ◦ green 127 ◦ blue 205

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

Shades of Tea Rose #ED7FCD

Tints of Tea Rose #ED7FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.32%

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

R = 41.65%
G = 22.32%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED7FCD (or 0xED7FCD) is known color: Tea Rose. HEX triplet: ED, 7F and CD. RGB value is (237,127,205). Sum of RGB (Red+Green+Blue) = 237+127+205=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FCD is #128032. Grayscale: #A8A8A8. Windows color (decimal): -1212467 or 13467629. OLE color: 13467629.

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

Color convert

RGB 237 127 205 -
CMYK 0 0.46 0.14 0.07
HSL 317.45º 0.75% 0.71% -
HSV(B) 317.45º 0.46% 0.93% -
XYZ 53.53 37.59 62.19 -
YUV 168.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 237 127 205 0 0.46 0.14 0.07 317.45 0.75 0.71
Hex ED 7F CD 0 2E E 7 13D 4B 47
Octal 355 177 315 0 56 16 7 475 113 107
Binary 11101101 1111111 11001101 0 101110 1110 111 100111101 1001011 1000111

Color Harmonies of #ED7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7FCD

Black with #ED7FCD

Text Example


Text Example

White with #ED7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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