#EF4CBE

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

Shades of Razzle Dazzle Rose #EF4CBE

Tints of Razzle Dazzle Rose #EF4CBE

Color information

#EF4CBE (or 0xEF4CBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 4C and BE. RGB value is (239,76,190). Sum of RGB (Red+Green+Blue) = 239+76+190=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CBE is #10B341. Grayscale: #898989. Windows color (decimal): -1094466 or 12471535. OLE color: 12471535.

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

Color convert

RGB23976190-
CMYK00.680.210.06
HSL318.04º83.59%61.76%-
HSV(B)318.04º68.2%93.73%-
XYZ47.4827.2451.47-
YUV137.73157.5200.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 76 (30.08% from 255) = 15.05%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=47.33%
G=15.05%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397619000.680.210.06318.0483.5961.76
HexEF4CBE04415613e543e
Octal357114276010425647612476
Binary1110111110011001011111001000100101011101001111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF4CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF4CBE; }

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

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

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

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

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

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

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

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