Html Css Color HEX #ED90CA Tea Rose

📋 copy color: '#ED90CA'

red 237 ◦ green 144 ◦ blue 202

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

Shades of Tea Rose #ED90CA

Tints of Tea Rose #ED90CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.7%

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

R = 40.65%
G = 24.7%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED90CA (or 0xED90CA) is known color: Tea Rose. HEX triplet: ED, 90 and CA. RGB value is (237,144,202). Sum of RGB (Red+Green+Blue) = 237+144+202=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90CA is #126F35. Grayscale: #B2B2B2. Windows color (decimal): -1208118 or 13275373. OLE color: 13275373.

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

Color convert

RGB 237 144 202 -
CMYK 0 0.39 0.15 0.07
HSL 322.58º 0.72% 0.75% -
HSV(B) 322.58º 0.39% 0.93% -
XYZ 55.56 42.22 61.1 -
YUV 178.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 237 144 202 0 0.39 0.15 0.07 322.58 0.72 0.75
Hex ED 90 CA 0 27 F 7 143 48 4B
Octal 355 220 312 0 47 17 7 503 110 113
Binary 11101101 10010000 11001010 0 100111 1111 111 101000011 1001000 1001011

Color Harmonies of #ED90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90CA

Black with #ED90CA

Text Example


Text Example

White with #ED90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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