Html Css Color HEX #EF31DD Razzle Dazzle Rose

📋 copy color: '#EF31DD'

red 239 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EF31DD

Tints of Razzle Dazzle Rose #EF31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 46.95%
G = 9.63%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF31DD (or 0xEF31DD) is known color: Razzle Dazzle Rose. HEX triplet: EF, 31 and DD. RGB value is (239,49,221). Sum of RGB (Red+Green+Blue) = 239+49+221=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 49 (19.53% from 255 or 9.63% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF31DD is #10CE22. Grayscale: #7C7C7C. Windows color (decimal): -1101347 or 14496239. OLE color: 14496239.

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

Color convert

RGB 239 49 221 -
CMYK 0 0.79 0.08 0.06
HSL 305.68º 0.86% 0.56% -
HSV(B) 305.68º 0.79% 0.94% -
XYZ 49.75 25.77 70.76 -
YUV 125.42 181.95 209.01 -
System Red Green Blue C M Y K H S L
Decimal 239 49 221 0 0.79 0.08 0.06 305.68 0.86 0.56
Hex EF 31 DD 0 4F 8 6 132 56 38
Octal 357 61 335 0 117 10 6 462 126 70
Binary 11101111 110001 11011101 0 1001111 1000 110 100110010 1010110 111000

Color Harmonies of #EF31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31DD

Black with #EF31DD

Text Example


Text Example

White with #EF31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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