Html Css Color HEX #EF31DF Razzle Dazzle Rose

📋 copy color: '#EF31DF'

red 239 ◦ green 49 ◦ blue 223

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

Shades of Razzle Dazzle Rose #EF31DF

Tints of Razzle Dazzle Rose #EF31DF

RGB

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

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

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

R = 46.77%
G = 9.59%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF31DF (or 0xEF31DF) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and DF. RGB value is (239,49,223). Sum of RGB (Red+Green+Blue) = 239+49+223=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF31DF is #10CE20. Grayscale: #7D7D7D. Windows color (decimal): -1101345 or 14627311. OLE color: 14627311.

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

Color convert

RGB 239 49 223 -
CMYK 0 0.79 0.07 0.06
HSL 305.05º 0.86% 0.56% -
HSV(B) 305.05º 0.79% 0.94% -
XYZ 50.01 25.88 72.17 -
YUV 125.65 182.95 208.85 -
System Red Green Blue C M Y K H S L
Decimal 239 49 223 0 0.79 0.07 0.06 305.05 0.86 0.56
Hex EF 31 DF 0 4F 7 6 131 56 38
Octal 357 61 337 0 117 7 6 461 126 70
Binary 11101111 110001 11011111 0 1001111 111 110 100110001 1010110 111000

Color Harmonies of #EF31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31DF

Black with #EF31DF

Text Example


Text Example

White with #EF31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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