#EF29E5

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

Shades of Razzle Dazzle Rose #EF29E5

Tints of Razzle Dazzle Rose #EF29E5

Color information

#EF29E5 (or 0xEF29E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 29 and E5. RGB value is (239,41,229). Sum of RGB (Red+Green+Blue) = 239+41+229=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29E5 is #10D61A. Grayscale: #797979. Windows color (decimal): -1103387 or 15018479. OLE color: 15018479.

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

Color convert

RGB23941229-
CMYK00.830.040.06
HSL303.03º86.09%54.9%-
HSV(B)303.03º82.85%93.73%-
XYZ50.5325.5976.41-
YUV121.63188.6211.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 41 (16.41% from 255) = 8.06%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=46.95%
G=8.06%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394122900.830.040.06303.0386.0954.9
HexEF29E50534612f5637
Octal3575134501234645712667
Binary1110111110100111100101010100111001101001011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF29E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF29E5; }

 p { color: rgb(239,41,229); }

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

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

 a { background-color: rgb(239,41,229); }

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

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

 span { border-color: rgb(239,41,229); }

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