#EF62A1

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

Shades of Brilliant Rose #EF62A1

Tints of Brilliant Rose #EF62A1

Color information

#EF62A1 (or 0xEF62A1) is unknown color: approx Brilliant Rose. HEX triplet: EF, 62 and A1. RGB value is (239,98,161). Sum of RGB (Red+Green+Blue) = 239+98+161=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF62A1 is #109D5E. Grayscale: #939393. Windows color (decimal): -1088863 or 10576623. OLE color: 10576623.

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

Color convert

RGB23998161-
CMYK00.590.330.06
HSL333.19º81.5%66.08%-
HSV(B)333.19º59%93.73%-
XYZ46.429.6637-
YUV147.34135.71193.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 98 (38.67% from 255) = 19.68%
BLUE value IS 161 (63.28% from 255) = 32.33%
R=47.99%
G=19.68%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399816100.590.330.06333.1981.566.08
HexEF62A103B21614d5242
Octal357142241073416515122102
Binary11101111110001010100001011101110000111010100110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF62A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF62A1; }

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

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

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

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

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

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

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

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