#EF88C1

Color #EF88C1 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EF88C1

Tints of Tea Rose #EF88C1

Color information

#EF88C1 (or 0xEF88C1) is unknown color: approx Tea Rose. HEX triplet: EF, 88 and C1. RGB value is (239,136,193). Sum of RGB (Red+Green+Blue) = 239+136+193=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88C1 is #10773E. Grayscale: #ADADAD. Windows color (decimal): -1079103 or 12683503. OLE color: 12683503.

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

Color convert

RGB239136193-
CMYK00.430.190.06
HSL326.8º76.3%73.53%-
HSV(B)326.8º43.1%93.73%-
XYZ54.0339.8155.29-
YUV173.3139.12174.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=42.08%
G=23.94%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913619300.430.190.06326.876.373.53
HexEF88C102B1361474c4a
Octal357210301053236507114112
Binary11101111100010001100000101010111001111010100011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF88C1; }

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

 H1.HeaderClassName
 {
   color: #EF88C1;
 }
 .AnyTagClassName
 {
   color: #EF88C1;
 }
</style>
background-color css

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

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

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

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

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

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