Html Css Color HEX #EF34CE Razzle Dazzle Rose

📋 copy color: '#EF34CE'

red 239 ◦ green 52 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF34CE

Tints of Razzle Dazzle Rose #EF34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 48.09%
G = 10.46%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF34CE (or 0xEF34CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 34 and CE. RGB value is (239,52,206). Sum of RGB (Red+Green+Blue) = 239+52+206=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF34CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF34CE is #10CB31. Grayscale: #7D7D7D. Windows color (decimal): -1100594 or 13513967. OLE color: 13513967.

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

Color convert

RGB 239 52 206 -
CMYK 0 0.78 0.14 0.06
HSL 310.59º 0.85% 0.57% -
HSV(B) 310.59º 0.78% 0.94% -
XYZ 47.97 25.26 60.74 -
YUV 125.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 239 52 206 0 0.78 0.14 0.06 310.59 0.85 0.57
Hex EF 34 CE 0 4E E 6 137 55 39
Octal 357 64 316 0 116 16 6 467 125 71
Binary 11101111 110100 11001110 0 1001110 1110 110 100110111 1010101 111001

Color Harmonies of #EF34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34CE

Black with #EF34CE

Text Example


Text Example

White with #EF34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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