Html Css Color HEX #ED84CC Tea Rose

📋 copy color: '#ED84CC'

red 237 ◦ green 132 ◦ blue 204

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

Shades of Tea Rose #ED84CC

Tints of Tea Rose #ED84CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.04%

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

R = 41.36%
G = 23.04%
B = 35.6%

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

#ED84CC (or 0xED84CC) is known color: Tea Rose. HEX triplet: ED, 84 and CC. RGB value is (237,132,204). Sum of RGB (Red+Green+Blue) = 237+132+204=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84CC is #127B33. Grayscale: #ABABAB. Windows color (decimal): -1211188 or 13403373. OLE color: 13403373.

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

Color convert

RGB 237 132 204 -
CMYK 0 0.44 0.14 0.07
HSL 318.86º 0.74% 0.72% -
HSV(B) 318.86º 0.44% 0.93% -
XYZ 54.08 38.87 61.78 -
YUV 171.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 237 132 204 0 0.44 0.14 0.07 318.86 0.74 0.72
Hex ED 84 CC 0 2C E 7 13F 4A 48
Octal 355 204 314 0 54 16 7 477 112 110
Binary 11101101 10000100 11001100 0 101100 1110 111 100111111 1001010 1001000

Color Harmonies of #ED84CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84CC

Black with #ED84CC

Text Example


Text Example

White with #ED84CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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