#EF42AA

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

Shades of Brilliant Rose #EF42AA

Tints of Brilliant Rose #EF42AA

Color information

#EF42AA (or 0xEF42AA) is unknown color: approx Brilliant Rose. HEX triplet: EF, 42 and AA. RGB value is (239,66,170). Sum of RGB (Red+Green+Blue) = 239+66+170=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 66 (26.17% from 255 or 13.89% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF42AA is #10BD55. Grayscale: #818181. Windows color (decimal): -1097046 or 11158255. OLE color: 11158255.

HSL color Cylindrical-coordinate representation of color #EF42AA: hue angle of 323.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF42AA is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB23966170-
CMYK00.720.290.06
HSL323.93º84.39%59.8%-
HSV(B)323.93º72.38%93.73%-
XYZ44.825.1540.52-
YUV129.58150.81206.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 66 (26.17% from 255) = 13.89%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=50.32%
G=13.89%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396617000.720.290.06323.9384.3959.8
HexEF42AA0481D6144543c
Octal357102252011035650412474
Binary1110111110000101010101001001000111011101010001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF42AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF42AA; }

 p { color: rgb(239,66,170); }

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

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

 a { background-color: rgb(239,66,170); }

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

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

 span { border-color: rgb(239,66,170); }

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