Html Css Color HEX #EF29EC Razzle Dazzle Rose

📋 copy color: '#EF29EC'

red 239 ◦ green 41 ◦ blue 236

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

Shades of Razzle Dazzle Rose #EF29EC

Tints of Razzle Dazzle Rose #EF29EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 46.32%
G = 7.95%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF29EC (or 0xEF29EC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and EC. RGB value is (239,41,236). Sum of RGB (Red+Green+Blue) = 239+41+236=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29EC is #10D613. Grayscale: #797979. Windows color (decimal): -1103380 or 15477231. OLE color: 15477231.

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

Color convert

RGB 239 41 236 -
CMYK 0 0.83 0.01 0.06
HSL 300.91º 0.86% 0.55% -
HSV(B) 300.91º 0.83% 0.94% -
XYZ 51.53 25.99 81.66 -
YUV 122.43 192.1 211.14 -
System Red Green Blue C M Y K H S L
Decimal 239 41 236 0 0.83 0.01 0.06 300.91 0.86 0.55
Hex EF 29 EC 0 53 1 6 12D 56 37
Octal 357 51 354 0 123 1 6 455 126 67
Binary 11101111 101001 11101100 0 1010011 1 110 100101101 1010110 110111

Color Harmonies of #EF29EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29EC

Black with #EF29EC

Text Example


Text Example

White with #EF29EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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