#EF51A7

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

Shades of Brilliant Rose #EF51A7

Tints of Brilliant Rose #EF51A7

Color information

#EF51A7 (or 0xEF51A7) is unknown color: approx Brilliant Rose. HEX triplet: EF, 51 and A7. RGB value is (239,81,167). Sum of RGB (Red+Green+Blue) = 239+81+167=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51A7 is #10AE58. Grayscale: #898989. Windows color (decimal): -1093209 or 10965487. OLE color: 10965487.

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

Color convert

RGB23981167-
CMYK00.660.300.06
HSL327.34º83.16%62.75%-
HSV(B)327.34º66.11%93.73%-
XYZ45.5127.0339.38-
YUV138.05144.35200.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 81 (32.03% from 255) = 16.63%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=49.08%
G=16.63%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398116700.660.300.06327.3483.1662.75
HexEF51A70421E6147533f
Octal357121247010236650712377
Binary1110111110100011010011101000010111101101010001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF51A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF51A7; }

 p { color: rgb(239,81,167); }

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

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

 a { background-color: rgb(239,81,167); }

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

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

 span { border-color: rgb(239,81,167); }

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