Html Css Color HEX #EF34CF Razzle Dazzle Rose

📋 copy color: '#EF34CF'

red 239 ◦ green 52 ◦ blue 207

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

Shades of Razzle Dazzle Rose #EF34CF

Tints of Razzle Dazzle Rose #EF34CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.57%

R = 47.99%
G = 10.44%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF34CF (or 0xEF34CF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 34 and CF. RGB value is (239,52,207). Sum of RGB (Red+Green+Blue) = 239+52+207=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF34CF is #10CB30. Grayscale: #7D7D7D. Windows color (decimal): -1100593 or 13579503. OLE color: 13579503.

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

Color convert

RGB 239 52 207 -
CMYK 0 0.78 0.13 0.06
HSL 310.27º 0.85% 0.57% -
HSV(B) 310.27º 0.78% 0.94% -
XYZ 48.09 25.31 61.38 -
YUV 125.58 173.95 208.9 -
System Red Green Blue C M Y K H S L
Decimal 239 52 207 0 0.78 0.13 0.06 310.27 0.85 0.57
Hex EF 34 CF 0 4E D 6 136 55 39
Octal 357 64 317 0 116 15 6 466 125 71
Binary 11101111 110100 11001111 0 1001110 1101 110 100110110 1010101 111001

Color Harmonies of #EF34CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34CF

Black with #EF34CF

Text Example


Text Example

White with #EF34CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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