#EF44AF

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

Shades of Brilliant Rose #EF44AF

Tints of Brilliant Rose #EF44AF

Color information

#EF44AF (or 0xEF44AF) is unknown color: approx Brilliant Rose. HEX triplet: EF, 44 and AF. RGB value is (239,68,175). Sum of RGB (Red+Green+Blue) = 239+68+175=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF44AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF44AF is #10BB50. Grayscale: #838383. Windows color (decimal): -1096529 or 11486447. OLE color: 11486447.

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

Color convert

RGB23968175-
CMYK00.720.270.06
HSL322.46º84.24%60.2%-
HSV(B)322.46º71.55%93.73%-
XYZ45.425.5843.1-
YUV131.33152.65204.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 68 (26.95% from 255) = 14.11%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=49.59%
G=14.11%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396817500.720.270.06322.4684.2460.2
HexEF44AF0481B6142543c
Octal357104257011033650212474
Binary1110111110001001010111101001000110111101010000101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF44AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF44AF; }

 p { color: rgb(239,68,175); }

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

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

 a { background-color: rgb(239,68,175); }

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

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

 span { border-color: rgb(239,68,175); }

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