#ef4cba

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

Shades of Brilliant Rose #EF4CBA

Tints of Brilliant Rose #EF4CBA

Color information

#EF4CBA (or 0xEF4CBA) is unknown color: approx Brilliant Rose. HEX triplet: EF, 4C and BA. RGB value is (239,76,186). Sum of RGB (Red+Green+Blue) = 239+76+186=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CBA is #10B345. Grayscale: #898989. Windows color (decimal): -1094470 or 12209391. OLE color: 12209391.

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

Color convert

RGB23976186-
CMYK00.680.220.06
HSL319.51º83.59%61.76%-
HSV(B)319.51º68.2%93.73%-
XYZ47.0427.0649.2-
YUV137.28155.5200.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 76 (30.08% from 255) = 15.17%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=47.70%
G=15.17%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397618600.680.220.06319.5183.5961.76
HexEF4CBA044166140543e
Octal357114272010426650012476
Binary1110111110011001011101001000100101101101010000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4cba; }

 p { color: rgb(239,76,186); }

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

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

 a { background-color: rgb(239,76,186); }

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

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

 span { border-color: rgb(239,76,186); }

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