Html Css Color HEX #EF34DF Razzle Dazzle Rose

📋 copy color: '#EF34DF'

red 239 ◦ green 52 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EF34DF

Tints of Razzle Dazzle Rose #EF34DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.12%

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 46.5%
G = 10.12%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF34DF (or 0xEF34DF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 34 and DF. RGB value is (239,52,223). Sum of RGB (Red+Green+Blue) = 239+52+223=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 52 (20.70% from 255 or 10.12% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF34DF is #10CB20. Grayscale: #7E7E7E. Windows color (decimal): -1100577 or 14628079. OLE color: 14628079.

HSL color Cylindrical-coordinate representation of color #EF34DF: hue angle of 305.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF34DF is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 52 223 -
CMYK 0 0.78 0.07 0.06
HSL 305.13º 0.85% 0.57% -
HSV(B) 305.13º 0.78% 0.94% -
XYZ 50.14 26.13 72.21 -
YUV 127.41 181.95 207.6 -
System Red Green Blue C M Y K H S L
Decimal 239 52 223 0 0.78 0.07 0.06 305.13 0.85 0.57
Hex EF 34 DF 0 4E 7 6 131 55 39
Octal 357 64 337 0 116 7 6 461 125 71
Binary 11101111 110100 11011111 0 1001110 111 110 100110001 1010101 111001

Color Harmonies of #EF34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34DF

Black with #EF34DF

Text Example


Text Example

White with #EF34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34DF; }

 p { color: rgb(239,52,223); }

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

background-color css

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

 a { background-color: rgb(239,52,223); }

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

border-color css

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

 span { border-color: rgb(239,52,223); }

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