Html Css Color HEX #E030C8 Razzle Dazzle Rose

📋 copy color: '#E030C8'

red 224 ◦ green 48 ◦ blue 200

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

Shades of Razzle Dazzle Rose #E030C8

Tints of Razzle Dazzle Rose #E030C8

RGB

 RED value IS 224 (87.89% from 255) = 47.46%

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

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

R = 47.46%
G = 10.17%
B = 42.37%

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

#E030C8 (or 0xE030C8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and C8. RGB value is (224,48,200). Sum of RGB (Red+Green+Blue) = 224+48+200=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E030C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030C8 is #1FCF37. Grayscale: #757575. Windows color (decimal): -2084664 or 13119712. OLE color: 13119712.

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

Color convert

RGB 224 48 200 -
CMYK 0 0.79 0.11 0.12
HSL 308.18º 0.74% 0.53% -
HSV(B) 308.18º 0.79% 0.88% -
XYZ 42.22 22.13 56.69 -
YUV 117.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 224 48 200 0 0.79 0.11 0.12 308.18 0.74 0.53
Hex E0 30 C8 0 4F B C 134 4A 35
Octal 340 60 310 0 117 13 14 464 112 65
Binary 11100000 110000 11001000 0 1001111 1011 1100 100110100 1001010 110101

Color Harmonies of #E030C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030C8

Black with #E030C8

Text Example


Text Example

White with #E030C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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