#EF4CB4

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

Shades of Brilliant Rose #EF4CB4

Tints of Brilliant Rose #EF4CB4

Color information

#EF4CB4 (or 0xEF4CB4) is unknown color: approx Brilliant Rose. HEX triplet: EF, 4C and B4. RGB value is (239,76,180). Sum of RGB (Red+Green+Blue) = 239+76+180=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CB4 is #10B34B. Grayscale: #888888. Windows color (decimal): -1094476 or 11816175. OLE color: 11816175.

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

Color convert

RGB23976180-
CMYK00.680.250.06
HSL321.72º83.59%61.76%-
HSV(B)321.72º68.2%93.73%-
XYZ46.4226.8145.91-
YUV136.59152.5201.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 76 (30.08% from 255) = 15.35%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=48.28%
G=15.35%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397618000.680.250.06321.7283.5961.76
HexEF4CB4044196142543e
Octal357114264010431650212476
Binary1110111110011001011010001000100110011101010000101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4CB4; }

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

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

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

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

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

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

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

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