Html Css Color HEX #ED90CD Tea Rose

📋 copy color: '#ED90CD'

red 237 ◦ green 144 ◦ blue 205

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

Shades of Tea Rose #ED90CD

Tints of Tea Rose #ED90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 40.44%
G = 24.57%
B = 34.98%

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

#ED90CD (or 0xED90CD) is known color: Tea Rose. HEX triplet: ED, 90 and CD. RGB value is (237,144,205). Sum of RGB (Red+Green+Blue) = 237+144+205=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90CD is #126F32. Grayscale: #B2B2B2. Windows color (decimal): -1208115 or 13471981. OLE color: 13471981.

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

Color convert

RGB 237 144 205 -
CMYK 0 0.39 0.14 0.07
HSL 320.65º 0.72% 0.75% -
HSV(B) 320.65º 0.39% 0.93% -
XYZ 55.92 42.36 62.99 -
YUV 178.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 237 144 205 0 0.39 0.14 0.07 320.65 0.72 0.75
Hex ED 90 CD 0 27 E 7 141 48 4B
Octal 355 220 315 0 47 16 7 501 110 113
Binary 11101101 10010000 11001101 0 100111 1110 111 101000001 1001000 1001011

Color Harmonies of #ED90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED90CD

Black with #ED90CD

Text Example


Text Example

White with #ED90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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