Html Css Color HEX #EF88CF Tea Rose

📋 copy color: '#EF88CF'

red 239 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #EF88CF

Tints of Tea Rose #EF88CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 41.07%
G = 23.37%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF88CF (or 0xEF88CF) is known color: Tea Rose. HEX triplet: EF, 88 and CF. RGB value is (239,136,207). Sum of RGB (Red+Green+Blue) = 239+136+207=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88CF is #107730. Grayscale: #AEAEAE. Windows color (decimal): -1079089 or 13601007. OLE color: 13601007.

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

Color convert

RGB 239 136 207 -
CMYK 0 0.43 0.13 0.06
HSL 318.64º 0.76% 0.74% -
HSV(B) 318.64º 0.43% 0.94% -
XYZ 55.66 40.46 63.91 -
YUV 174.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 239 136 207 0 0.43 0.13 0.06 318.64 0.76 0.74
Hex EF 88 CF 0 2B D 6 13F 4C 4A
Octal 357 210 317 0 53 15 6 477 114 112
Binary 11101111 10001000 11001111 0 101011 1101 110 100111111 1001100 1001010

Color Harmonies of #EF88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF88CF

Black with #EF88CF

Text Example


Text Example

White with #EF88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF88CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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