Html Css Color HEX #ED7BC9 Tea Rose

📋 copy color: '#ED7BC9'

red 237 ◦ green 123 ◦ blue 201

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

Shades of Tea Rose #ED7BC9

Tints of Tea Rose #ED7BC9

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 42.25%
G = 21.93%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED7BC9 (or 0xED7BC9) is known color: Tea Rose. HEX triplet: ED, 7B and C9. RGB value is (237,123,201). Sum of RGB (Red+Green+Blue) = 237+123+201=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BC9 is #128436. Grayscale: #A5A5A5. Windows color (decimal): -1213495 or 13204461. OLE color: 13204461.

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

Color convert

RGB 237 123 201 -
CMYK 0 0.48 0.15 0.07
HSL 318.95º 0.76% 0.71% -
HSV(B) 318.95º 0.48% 0.93% -
XYZ 52.55 36.39 59.51 -
YUV 165.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 237 123 201 0 0.48 0.15 0.07 318.95 0.76 0.71
Hex ED 7B C9 0 30 F 7 13F 4C 47
Octal 355 173 311 0 60 17 7 477 114 107
Binary 11101101 1111011 11001001 0 110000 1111 111 100111111 1001100 1000111

Color Harmonies of #ED7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BC9

Black with #ED7BC9

Text Example


Text Example

White with #ED7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BC9; }

 p { color: rgb(237,123,201); }

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

background-color css

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

 a { background-color: rgb(237,123,201); }

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

border-color css

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

 span { border-color: rgb(237,123,201); }

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