Html Css Color HEX #ED90CB Tea Rose

📋 copy color: '#ED90CB'

red 237 ◦ green 144 ◦ blue 203

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

Shades of Tea Rose #ED90CB

Tints of Tea Rose #ED90CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 40.58%
G = 24.66%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED90CB (or 0xED90CB) is known color: Tea Rose. HEX triplet: ED, 90 and CB. RGB value is (237,144,203). Sum of RGB (Red+Green+Blue) = 237+144+203=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90CB is #126F34. Grayscale: #B2B2B2. Windows color (decimal): -1208117 or 13340909. OLE color: 13340909.

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

Color convert

RGB 237 144 203 -
CMYK 0 0.39 0.14 0.07
HSL 321.94º 0.72% 0.75% -
HSV(B) 321.94º 0.39% 0.93% -
XYZ 55.68 42.26 61.72 -
YUV 178.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 237 144 203 0 0.39 0.14 0.07 321.94 0.72 0.75
Hex ED 90 CB 0 27 E 7 142 48 4B
Octal 355 220 313 0 47 16 7 502 110 113
Binary 11101101 10010000 11001011 0 100111 1110 111 101000010 1001000 1001011

Color Harmonies of #ED90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90CB

Black with #ED90CB

Text Example


Text Example

White with #ED90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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