Html Css Color HEX #EF31EC Razzle Dazzle Rose

📋 copy color: '#EF31EC'

red 239 ◦ green 49 ◦ blue 236

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

Shades of Razzle Dazzle Rose #EF31EC

Tints of Razzle Dazzle Rose #EF31EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.35%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 45.61%
G = 9.35%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF31EC (or 0xEF31EC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and EC. RGB value is (239,49,236). Sum of RGB (Red+Green+Blue) = 239+49+236=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 49 (19.53% from 255 or 9.35% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31EC is #10CE13. Grayscale: #7E7E7E. Windows color (decimal): -1101332 or 15479279. OLE color: 15479279.

HSL color Cylindrical-coordinate representation of color #EF31EC: hue angle of 300.95º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF31EC is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 49 236 -
CMYK 0 0.79 0.01 0.06
HSL 300.95º 0.86% 0.56% -
HSV(B) 300.95º 0.79% 0.94% -
XYZ 51.84 26.6 81.76 -
YUV 127.13 189.45 207.79 -
System Red Green Blue C M Y K H S L
Decimal 239 49 236 0 0.79 0.01 0.06 300.95 0.86 0.56
Hex EF 31 EC 0 4F 1 6 12D 56 38
Octal 357 61 354 0 117 1 6 455 126 70
Binary 11101111 110001 11101100 0 1001111 1 110 100101101 1010110 111000

Color Harmonies of #EF31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31EC

Black with #EF31EC

Text Example


Text Example

White with #EF31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31EC; }

 p { color: rgb(239,49,236); }

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

background-color css

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

 a { background-color: rgb(239,49,236); }

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

border-color css

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

 span { border-color: rgb(239,49,236); }

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