#ef4cb2

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

Shades of Brilliant Rose #EF4CB2

Tints of Brilliant Rose #EF4CB2

Color information

#EF4CB2 (or 0xEF4CB2) is unknown color: approx Brilliant Rose. HEX triplet: EF, 4C and B2. RGB value is (239,76,178). Sum of RGB (Red+Green+Blue) = 239+76+178=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4CB2 is #10B34D. Grayscale: #888888. Windows color (decimal): -1094478 or 11685103. OLE color: 11685103.

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

Color convert

RGB23976178-
CMYK00.680.260.06
HSL322.45º83.59%61.76%-
HSV(B)322.45º68.2%93.73%-
XYZ46.2226.7344.84-
YUV136.36151.5201.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=48.48%
G=15.42%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397617800.680.260.06322.4583.5961.76
HexEF4CB20441A6142543e
Octal357114262010432650212476
Binary1110111110011001011001001000100110101101010000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4cb2; }

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

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

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

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

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

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

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

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