Html Css Color HEX #E31FDA Razzle Dazzle Rose

📋 copy color: '#E31FDA'

red 227 ◦ green 31 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E31FDA

Tints of Razzle Dazzle Rose #E31FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 47.69%
G = 6.51%
B = 45.8%

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

#E31FDA (or 0xE31FDA) is known color: Razzle Dazzle Rose. HEX triplet: E3, 1F and DA. RGB value is (227,31,218). Sum of RGB (Red+Green+Blue) = 227+31+218=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E31FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FDA is #1CE025. Grayscale: #6E6E6E. Windows color (decimal): -1892390 or 14295011. OLE color: 14295011.

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

Color convert

RGB 227 31 218 -
CMYK 0 0.86 0.04 0.11
HSL 302.76º 0.78% 0.51% -
HSV(B) 302.76º 0.86% 0.89% -
XYZ 44.82 22.37 68.29 -
YUV 110.92 188.43 210.79 -
System Red Green Blue C M Y K H S L
Decimal 227 31 218 0 0.86 0.04 0.11 302.76 0.78 0.51
Hex E3 1F DA 0 56 4 B 12F 4E 33
Octal 343 37 332 0 126 4 13 457 116 63
Binary 11100011 11111 11011010 0 1010110 100 1011 100101111 1001110 110011

Color Harmonies of #E31FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31FDA

Black with #E31FDA

Text Example


Text Example

White with #E31FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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