Html Css Color HEX #E131C6 Razzle Dazzle Rose

📋 copy color: '#E131C6'

red 225 ◦ green 49 ◦ blue 198

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

Shades of Razzle Dazzle Rose #E131C6

Tints of Razzle Dazzle Rose #E131C6

RGB

 RED value IS 225 (88.28% from 255) = 47.67%

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 47.67%
G = 10.38%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E131C6 (or 0xE131C6) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and C6. RGB value is (225,49,198). Sum of RGB (Red+Green+Blue) = 225+49+198=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E131C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131C6 is #1ECE39. Grayscale: #767676. Windows color (decimal): -2018874 or 12988897. OLE color: 12988897.

HSL color Cylindrical-coordinate representation of color #E131C6: hue angle of 309.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E131C6 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 198 -
CMYK 0 0.78 0.12 0.12
HSL 309.2º 0.75% 0.54% -
HSV(B) 309.2º 0.78% 0.88% -
XYZ 42.34 22.28 55.5 -
YUV 118.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 225 49 198 0 0.78 0.12 0.12 309.2 0.75 0.54
Hex E1 31 C6 0 4E C C 135 4B 36
Octal 341 61 306 0 116 14 14 465 113 66
Binary 11100001 110001 11000110 0 1001110 1100 1100 100110101 1001011 110110

Color Harmonies of #E131C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131C6

Black with #E131C6

Text Example


Text Example

White with #E131C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131C6; }

 p { color: rgb(225,49,198); }

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

background-color css

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

 a { background-color: rgb(225,49,198); }

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

border-color css

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

 span { border-color: rgb(225,49,198); }

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