Html Css Color HEX #E130CC Razzle Dazzle Rose

📋 copy color: '#E130CC'

red 225 ◦ green 48 ◦ blue 204

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

Shades of Razzle Dazzle Rose #E130CC

Tints of Razzle Dazzle Rose #E130CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.77%

R = 47.17%
G = 10.06%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E130CC (or 0xE130CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 30 and CC. RGB value is (225,48,204). Sum of RGB (Red+Green+Blue) = 225+48+204=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E130CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E130CC is #1ECF33. Grayscale: #767676. Windows color (decimal): -2019124 or 13381857. OLE color: 13381857.

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

Color convert

RGB 225 48 204 -
CMYK 0 0.79 0.09 0.12
HSL 307.12º 0.75% 0.54% -
HSV(B) 307.12º 0.79% 0.88% -
XYZ 43.01 22.48 59.2 -
YUV 118.71 176.14 203.82 -
System Red Green Blue C M Y K H S L
Decimal 225 48 204 0 0.79 0.09 0.12 307.12 0.75 0.54
Hex E1 30 CC 0 4F 9 C 133 4B 36
Octal 341 60 314 0 117 11 14 463 113 66
Binary 11100001 110000 11001100 0 1001111 1001 1100 100110011 1001011 110110

Color Harmonies of #E130CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E130CC

Black with #E130CC

Text Example


Text Example

White with #E130CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E130CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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