Html Css Color HEX #ED7BC7 Tea Rose

📋 copy color: '#ED7BC7'

red 237 ◦ green 123 ◦ blue 199

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

Shades of Tea Rose #ED7BC7

Tints of Tea Rose #ED7BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 42.4%
G = 22%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED7BC7 (or 0xED7BC7) is known color: Tea Rose. HEX triplet: ED, 7B and C7. RGB value is (237,123,199). Sum of RGB (Red+Green+Blue) = 237+123+199=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BC7 is #128438. Grayscale: #A5A5A5. Windows color (decimal): -1213497 or 13073389. OLE color: 13073389.

HSL color Cylindrical-coordinate representation of color #ED7BC7: hue angle of 320º 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 #ED7BC7 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 123 199 -
CMYK 0 0.48 0.16 0.07
HSL 320º 0.76% 0.71% -
HSV(B) 320º 0.48% 0.93% -
XYZ 52.32 36.29 58.28 -
YUV 165.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 237 123 199 0 0.48 0.16 0.07 320 0.76 0.71
Hex ED 7B C7 0 30 10 7 140 4C 47
Octal 355 173 307 0 60 20 7 500 114 107
Binary 11101101 1111011 11000111 0 110000 10000 111 101000000 1001100 1000111

Color Harmonies of #ED7BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BC7

Black with #ED7BC7

Text Example


Text Example

White with #ED7BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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