Html Css Color HEX #E130C8 Razzle Dazzle Rose

📋 copy color: '#E130C8'

red 225 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #E130C8

Tints of Razzle Dazzle Rose #E130C8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.15%

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 47.57%
G = 10.15%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E130C8 (or 0xE130C8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and C8. RGB value is (225,48,200). Sum of RGB (Red+Green+Blue) = 225+48+200=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E130C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130C8 is #1ECF37. Grayscale: #757575. Windows color (decimal): -2019128 or 13119713. OLE color: 13119713.

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

Color convert

RGB 225 48 200 -
CMYK 0 0.79 0.11 0.12
HSL 308.47º 0.75% 0.54% -
HSV(B) 308.47º 0.79% 0.88% -
XYZ 42.53 22.29 56.7 -
YUV 118.25 174.14 204.14 -
System Red Green Blue C M Y K H S L
Decimal 225 48 200 0 0.79 0.11 0.12 308.47 0.75 0.54
Hex E1 30 C8 0 4F B C 134 4B 36
Octal 341 60 310 0 117 13 14 464 113 66
Binary 11100001 110000 11001000 0 1001111 1011 1100 100110100 1001011 110110

Color Harmonies of #E130C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130C8

Black with #E130C8

Text Example


Text Example

White with #E130C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130C8; }

 p { color: rgb(225,48,200); }

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

background-color css

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

 a { background-color: rgb(225,48,200); }

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

border-color css

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

 span { border-color: rgb(225,48,200); }

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