Html Css Color HEX #EF29E6 Razzle Dazzle Rose

📋 copy color: '#EF29E6'

red 239 ◦ green 41 ◦ blue 230

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

Shades of Razzle Dazzle Rose #EF29E6

Tints of Razzle Dazzle Rose #EF29E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.1%

R = 46.86%
G = 8.04%
B = 45.1%

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

#EF29E6 (or 0xEF29E6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and E6. RGB value is (239,41,230). Sum of RGB (Red+Green+Blue) = 239+41+230=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF29E6 is #10D619. Grayscale: #797979. Windows color (decimal): -1103386 or 15084015. OLE color: 15084015.

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

Color convert

RGB 239 41 230 -
CMYK 0 0.83 0.04 0.06
HSL 302.73º 0.86% 0.55% -
HSV(B) 302.73º 0.83% 0.94% -
XYZ 50.67 25.65 77.14 -
YUV 121.75 189.1 211.63 -
System Red Green Blue C M Y K H S L
Decimal 239 41 230 0 0.83 0.04 0.06 302.73 0.86 0.55
Hex EF 29 E6 0 53 4 6 12F 56 37
Octal 357 51 346 0 123 4 6 457 126 67
Binary 11101111 101001 11100110 0 1010011 100 110 100101111 1010110 110111

Color Harmonies of #EF29E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29E6

Black with #EF29E6

Text Example


Text Example

White with #EF29E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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