#EF64A1

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

Shades of Brilliant Rose #EF64A1

Tints of Brilliant Rose #EF64A1

Color information

#EF64A1 (or 0xEF64A1) is unknown color: approx Brilliant Rose. HEX triplet: EF, 64 and A1. RGB value is (239,100,161). Sum of RGB (Red+Green+Blue) = 239+100+161=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64A1 is #109B5E. Grayscale: #949494. Windows color (decimal): -1088351 or 10577135. OLE color: 10577135.

HSL color Cylindrical-coordinate representation of color #EF64A1: hue angle of 333.67º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64A1 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239100161-
CMYK00.580.330.06
HSL333.67º81.29%66.47%-
HSV(B)333.67º58.16%93.73%-
XYZ46.5930.0437.06-
YUV148.51135.05192.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 161 (63.28% from 255) = 32.2%
R=47.8%
G=20%
B=32.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910016100.580.330.06333.6781.2966.47
HexEF64A103A21614e5142
Octal357144241072416516121102
Binary11101111110010010100001011101010000111010100111010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64A1; }

 p { color: rgb(239,100,161); }

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

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

 a { background-color: rgb(239,100,161); }

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

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

 span { border-color: rgb(239,100,161); }

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