Html Css Color HEX #E131C7 Razzle Dazzle Rose

📋 copy color: '#E131C7'

red 225 ◦ green 49 ◦ blue 199

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

Shades of Razzle Dazzle Rose #E131C7

Tints of Razzle Dazzle Rose #E131C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 47.57%
G = 10.36%
B = 42.07%

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

#E131C7 (or 0xE131C7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 31 and C7. RGB value is (225,49,199). Sum of RGB (Red+Green+Blue) = 225+49+199=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E131C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131C7 is #1ECE38. Grayscale: #767676. Windows color (decimal): -2018873 or 13054433. OLE color: 13054433.

HSL color Cylindrical-coordinate representation of color #E131C7: hue angle of 308.86º 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 #E131C7 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 49 199 -
CMYK 0 0.78 0.12 0.12
HSL 308.86º 0.75% 0.54% -
HSV(B) 308.86º 0.78% 0.88% -
XYZ 42.46 22.33 56.1 -
YUV 118.72 173.31 203.8 -
System Red Green Blue C M Y K H S L
Decimal 225 49 199 0 0.78 0.12 0.12 308.86 0.75 0.54
Hex E1 31 C7 0 4E C C 135 4B 36
Octal 341 61 307 0 116 14 14 465 113 66
Binary 11100001 110001 11000111 0 1001110 1100 1100 100110101 1001011 110110

Color Harmonies of #E131C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131C7

Black with #E131C7

Text Example


Text Example

White with #E131C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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