Html Css Color HEX #EF88BE Tea Rose

📋 copy color: '#EF88BE'

red 239 ◦ green 136 ◦ blue 190

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

Shades of Tea Rose #EF88BE

Tints of Tea Rose #EF88BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 42.3%
G = 24.07%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF88BE (or 0xEF88BE) is known color: Tea Rose. HEX triplet: EF, 88 and BE. RGB value is (239,136,190). Sum of RGB (Red+Green+Blue) = 239+136+190=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88BE is #107741. Grayscale: #ACACAC. Windows color (decimal): -1079106 or 12486895. OLE color: 12486895.

HSL color Cylindrical-coordinate representation of color #EF88BE: hue angle of 328.54º 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 #EF88BE is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 136 190 -
CMYK 0 0.43 0.21 0.06
HSL 328.54º 0.76% 0.74% -
HSV(B) 328.54º 0.43% 0.94% -
XYZ 53.7 39.68 53.54 -
YUV 172.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 239 136 190 0 0.43 0.21 0.06 328.54 0.76 0.74
Hex EF 88 BE 0 2B 15 6 149 4C 4A
Octal 357 210 276 0 53 25 6 511 114 112
Binary 11101111 10001000 10111110 0 101011 10101 110 101001001 1001100 1001010

Color Harmonies of #EF88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88BE

Black with #EF88BE

Text Example


Text Example

White with #EF88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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