Html Css Color HEX #EF90CD Tea Rose

📋 copy color: '#EF90CD'

red 239 ◦ green 144 ◦ blue 205

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

Shades of Tea Rose #EF90CD

Tints of Tea Rose #EF90CD

RGB

 RED value IS 239 (93.75% from 255) = 40.65%

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

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

R = 40.65%
G = 24.49%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF90CD (or 0xEF90CD) is known color: Tea Rose. HEX triplet: EF, 90 and CD. RGB value is (239,144,205). Sum of RGB (Red+Green+Blue) = 239+144+205=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90CD is #106F32. Grayscale: #B3B3B3. Windows color (decimal): -1077043 or 13471983. OLE color: 13471983.

HSL color Cylindrical-coordinate representation of color #EF90CD: hue angle of 321.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90CD is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 205 -
CMYK 0 0.40 0.14 0.06
HSL 321.47º 0.75% 0.75% -
HSV(B) 321.47º 0.4% 0.94% -
XYZ 56.59 42.71 63.02 -
YUV 179.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 239 144 205 0 0.40 0.14 0.06 321.47 0.75 0.75
Hex EF 90 CD 0 28 E 6 141 4B 4B
Octal 357 220 315 0 50 16 6 501 113 113
Binary 11101111 10010000 11001101 0 101000 1110 110 101000001 1001011 1001011

Color Harmonies of #EF90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90CD

Black with #EF90CD

Text Example


Text Example

White with #EF90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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