Html Css Color HEX #ED8ECA Tea Rose

📋 copy color: '#ED8ECA'

red 237 ◦ green 142 ◦ blue 202

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

Shades of Tea Rose #ED8ECA

Tints of Tea Rose #ED8ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.44%

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 40.79%
G = 24.44%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED8ECA (or 0xED8ECA) is known color: Tea Rose. HEX triplet: ED, 8E and CA. RGB value is (237,142,202). Sum of RGB (Red+Green+Blue) = 237+142+202=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ECA is #127135. Grayscale: #B1B1B1. Windows color (decimal): -1208630 or 13274861. OLE color: 13274861.

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

Color convert

RGB 237 142 202 -
CMYK 0 0.40 0.15 0.07
HSL 322.11º 0.73% 0.74% -
HSV(B) 322.11º 0.4% 0.93% -
XYZ 55.26 41.61 61 -
YUV 177.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 237 142 202 0 0.40 0.15 0.07 322.11 0.73 0.74
Hex ED 8E CA 0 28 F 7 142 49 4A
Octal 355 216 312 0 50 17 7 502 111 112
Binary 11101101 10001110 11001010 0 101000 1111 111 101000010 1001001 1001010

Color Harmonies of #ED8ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8ECA

Black with #ED8ECA

Text Example


Text Example

White with #ED8ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8ECA; }

 p { color: rgb(237,142,202); }

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

background-color css

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

 a { background-color: rgb(237,142,202); }

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

border-color css

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

 span { border-color: rgb(237,142,202); }

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