Html Css Color HEX #ED85CC Tea Rose

📋 copy color: '#ED85CC'

red 237 ◦ green 133 ◦ blue 204

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

Shades of Tea Rose #ED85CC

Tints of Tea Rose #ED85CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 41.29%
G = 23.17%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED85CC (or 0xED85CC) is known color: Tea Rose. HEX triplet: ED, 85 and CC. RGB value is (237,133,204). Sum of RGB (Red+Green+Blue) = 237+133+204=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85CC is #127A33. Grayscale: #ACACAC. Windows color (decimal): -1210932 or 13403629. OLE color: 13403629.

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

Color convert

RGB 237 133 204 -
CMYK 0 0.44 0.14 0.07
HSL 319.04º 0.74% 0.73% -
HSV(B) 319.04º 0.44% 0.93% -
XYZ 54.21 39.14 61.82 -
YUV 172.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 237 133 204 0 0.44 0.14 0.07 319.04 0.74 0.73
Hex ED 85 CC 0 2C E 7 13F 4A 49
Octal 355 205 314 0 54 16 7 477 112 111
Binary 11101101 10000101 11001100 0 101100 1110 111 100111111 1001010 1001001

Color Harmonies of #ED85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED85CC

Black with #ED85CC

Text Example


Text Example

White with #ED85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED85CC; }

 p { color: rgb(237,133,204); }

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

background-color css

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

 a { background-color: rgb(237,133,204); }

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

border-color css

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

 span { border-color: rgb(237,133,204); }

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