Html Css Color HEX #E31FDB Razzle Dazzle Rose

📋 copy color: '#E31FDB'

red 227 ◦ green 31 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E31FDB

Tints of Razzle Dazzle Rose #E31FDB

RGB

 RED value IS 227 (89.06% from 255) = 47.59%

 GREEN value IS 31 (12.5% from 255) = 6.5%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 47.59%
G = 6.5%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E31FDB (or 0xE31FDB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 1F and DB. RGB value is (227,31,219). Sum of RGB (Red+Green+Blue) = 227+31+219=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDB is #1CE024. Grayscale: #6E6E6E. Windows color (decimal): -1892389 or 14360547. OLE color: 14360547.

HSL color Cylindrical-coordinate representation of color #E31FDB: hue angle of 302.45º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FDB is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 31 219 -
CMYK 0 0.86 0.04 0.11
HSL 302.45º 0.78% 0.51% -
HSV(B) 302.45º 0.86% 0.89% -
XYZ 44.95 22.43 68.98 -
YUV 111.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 227 31 219 0 0.86 0.04 0.11 302.45 0.78 0.51
Hex E3 1F DB 0 56 4 B 12E 4E 33
Octal 343 37 333 0 126 4 13 456 116 63
Binary 11100011 11111 11011011 0 1010110 100 1011 100101110 1001110 110011

Color Harmonies of #E31FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FDB

Black with #E31FDB

Text Example


Text Example

White with #E31FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FDB; }

 p { color: rgb(227,31,219); }

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

background-color css

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

 a { background-color: rgb(227,31,219); }

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

border-color css

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

 span { border-color: rgb(227,31,219); }

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