Html Css Color HEX #EF29DD Razzle Dazzle Rose

📋 copy color: '#EF29DD'

red 239 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EF29DD

Tints of Razzle Dazzle Rose #EF29DD

RGB

 RED value IS 239 (93.75% from 255) = 47.7%

 GREEN value IS 41 (16.41% from 255) = 8.18%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 47.7%
G = 8.18%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF29DD (or 0xEF29DD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and DD. RGB value is (239,41,221). Sum of RGB (Red+Green+Blue) = 239+41+221=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29DD is #10D622. Grayscale: #787878. Windows color (decimal): -1103395 or 14494191. OLE color: 14494191.

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

Color convert

RGB 239 41 221 -
CMYK 0 0.83 0.08 0.06
HSL 305.45º 0.86% 0.55% -
HSV(B) 305.45º 0.83% 0.94% -
XYZ 49.44 25.16 70.66 -
YUV 120.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 239 41 221 0 0.83 0.08 0.06 305.45 0.86 0.55
Hex EF 29 DD 0 53 8 6 131 56 37
Octal 357 51 335 0 123 10 6 461 126 67
Binary 11101111 101001 11011101 0 1010011 1000 110 100110001 1010110 110111

Color Harmonies of #EF29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29DD

Black with #EF29DD

Text Example


Text Example

White with #EF29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29DD; }

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

 H1.HeaderClassName
 {
   color: #EF29DD;
 }
 .AnyTagClassName
 {
   color: #EF29DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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