#EF84C1

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

Shades of Tea Rose #EF84C1

Tints of Tea Rose #EF84C1

Color information

#EF84C1 (or 0xEF84C1) is unknown color: approx Tea Rose. HEX triplet: EF, 84 and C1. RGB value is (239,132,193). Sum of RGB (Red+Green+Blue) = 239+132+193=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF84C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF84C1 is #107B3E. Grayscale: #AAAAAA. Windows color (decimal): -1080127 or 12682479. OLE color: 12682479.

HSL color Cylindrical-coordinate representation of color #EF84C1: hue angle of 325.79º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF84C1 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239132193-
CMYK00.450.190.06
HSL325.79º76.98%72.75%-
HSV(B)325.79º44.77%93.73%-
XYZ53.4738.755.1-
YUV170.95140.45176.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 132 (51.95% from 255) = 23.40%
BLUE value IS 193 (75.78% from 255) = 34.22%
R=42.38%
G=23.40%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913219300.450.190.06325.7976.9872.75
HexEF84C102D1361464d49
Octal357204301055236506115111
Binary11101111100001001100000101011011001111010100011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF84C1; }

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

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

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

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

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

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

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

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