Html Css Color HEX #ED84CE Tea Rose

📋 copy color: '#ED84CE'

red 237 ◦ green 132 ◦ blue 206

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

Shades of Tea Rose #ED84CE

Tints of Tea Rose #ED84CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 41.22%
G = 22.96%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED84CE (or 0xED84CE) is known color: Tea Rose. HEX triplet: ED, 84 and CE. RGB value is (237,132,206). Sum of RGB (Red+Green+Blue) = 237+132+206=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84CE is #127B31. Grayscale: #ABABAB. Windows color (decimal): -1211186 or 13534445. OLE color: 13534445.

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

Color convert

RGB 237 132 206 -
CMYK 0 0.44 0.13 0.07
HSL 317.71º 0.74% 0.72% -
HSV(B) 317.71º 0.44% 0.93% -
XYZ 54.32 38.96 63.05 -
YUV 171.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 237 132 206 0 0.44 0.13 0.07 317.71 0.74 0.72
Hex ED 84 CE 0 2C D 7 13E 4A 48
Octal 355 204 316 0 54 15 7 476 112 110
Binary 11101101 10000100 11001110 0 101100 1101 111 100111110 1001010 1001000

Color Harmonies of #ED84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84CE

Black with #ED84CE

Text Example


Text Example

White with #ED84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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