Html Css Color HEX #EF88CE Tea Rose

📋 copy color: '#EF88CE'

red 239 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #EF88CE

Tints of Tea Rose #EF88CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.41%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 41.14%
G = 23.41%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF88CE (or 0xEF88CE) is known color: Tea Rose. HEX triplet: EF, 88 and CE. RGB value is (239,136,206). Sum of RGB (Red+Green+Blue) = 239+136+206=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88CE is #107731. Grayscale: #AEAEAE. Windows color (decimal): -1079090 or 13535471. OLE color: 13535471.

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

Color convert

RGB 239 136 206 -
CMYK 0 0.43 0.14 0.06
HSL 319.22º 0.76% 0.74% -
HSV(B) 319.22º 0.43% 0.94% -
XYZ 55.54 40.42 63.27 -
YUV 174.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 239 136 206 0 0.43 0.14 0.06 319.22 0.76 0.74
Hex EF 88 CE 0 2B E 6 13F 4C 4A
Octal 357 210 316 0 53 16 6 477 114 112
Binary 11101111 10001000 11001110 0 101011 1110 110 100111111 1001100 1001010

Color Harmonies of #EF88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88CE

Black with #EF88CE

Text Example


Text Example

White with #EF88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88CE; }

 p { color: rgb(239,136,206); }

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

background-color css

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

 a { background-color: rgb(239,136,206); }

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

border-color css

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

 span { border-color: rgb(239,136,206); }

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