Html Css Color HEX #EF29D4 Razzle Dazzle Rose

📋 copy color: '#EF29D4'

red 239 ◦ green 41 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EF29D4

Tints of Razzle Dazzle Rose #EF29D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.09%

R = 48.58%
G = 8.33%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF29D4 (or 0xEF29D4) is known color: Razzle Dazzle Rose. HEX triplet: EF, 29 and D4. RGB value is (239,41,212). Sum of RGB (Red+Green+Blue) = 239+41+212=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF29D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF29D4 is #10D62B. Grayscale: #777777. Windows color (decimal): -1103404 or 13904367. OLE color: 13904367.

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

Color convert

RGB 239 41 212 -
CMYK 0 0.83 0.11 0.06
HSL 308.18º 0.86% 0.55% -
HSV(B) 308.18º 0.83% 0.94% -
XYZ 48.27 24.69 64.51 -
YUV 119.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 239 41 212 0 0.83 0.11 0.06 308.18 0.86 0.55
Hex EF 29 D4 0 53 B 6 134 56 37
Octal 357 51 324 0 123 13 6 464 126 67
Binary 11101111 101001 11010100 0 1010011 1011 110 100110100 1010110 110111

Color Harmonies of #EF29D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF29D4

Black with #EF29D4

Text Example


Text Example

White with #EF29D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF29D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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