Html Css Color HEX #EF29E5 Razzle Dazzle Rose

📋 copy color: '#EF29E5'

red 239 ◦ green 41 ◦ blue 229

#EF29E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EF29E5

Tints of Razzle Dazzle Rose #EF29E5

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 value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF29E5 (or 0xEF29E5) is known color: 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

RGB 239 41 229 -
CMYK 0 0.83 0.04 0.06
HSL 303.03º 0.86% 0.55% -
HSV(B) 303.03º 0.83% 0.94% -
XYZ 50.53 25.59 76.41 -
YUV 121.63 188.6 211.71 -
System Red Green Blue C M Y K H S L
Decimal 239 41 229 0 0.83 0.04 0.06 303.03 0.86 0.55
Hex EF 29 E5 0 53 4 6 12F 56 37
Octal 357 51 345 0 123 4 6 457 126 67
Binary 11101111 101001 11100101 0 1010011 100 110 100101111 1010110 110111

Color Harmonies of #EF29E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29E5

Black with #EF29E5

Text Example


Text Example

White with #EF29E5

Text Example


Text Example

HTML Codes & Css Web 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>