Html Css Color HEX #EF31E6 Razzle Dazzle Rose

📋 copy color: '#EF31E6'

red 239 ◦ green 49 ◦ blue 230

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

Shades of Razzle Dazzle Rose #EF31E6

Tints of Razzle Dazzle Rose #EF31E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.4%

R = 46.14%
G = 9.46%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF31E6 (or 0xEF31E6) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and E6. RGB value is (239,49,230). Sum of RGB (Red+Green+Blue) = 239+49+230=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 49 (19.53% from 255 or 9.46% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF31E6 is #10CE19. Grayscale: #7D7D7D. Windows color (decimal): -1101338 or 15086063. OLE color: 15086063.

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

Color convert

RGB 239 49 230 -
CMYK 0 0.79 0.04 0.06
HSL 302.84º 0.86% 0.56% -
HSV(B) 302.84º 0.79% 0.94% -
XYZ 50.98 26.26 77.24 -
YUV 126.44 186.45 208.28 -
System Red Green Blue C M Y K H S L
Decimal 239 49 230 0 0.79 0.04 0.06 302.84 0.86 0.56
Hex EF 31 E6 0 4F 4 6 12F 56 38
Octal 357 61 346 0 117 4 6 457 126 70
Binary 11101111 110001 11100110 0 1001111 100 110 100101111 1010110 111000

Color Harmonies of #EF31E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31E6

Black with #EF31E6

Text Example


Text Example

White with #EF31E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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