Html Css Color HEX #E030C9 Razzle Dazzle Rose

📋 copy color: '#E030C9'

red 224 ◦ green 48 ◦ blue 201

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

Shades of Razzle Dazzle Rose #E030C9

Tints of Razzle Dazzle Rose #E030C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 47.36%
G = 10.15%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E030C9 (or 0xE030C9) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and C9. RGB value is (224,48,201). Sum of RGB (Red+Green+Blue) = 224+48+201=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E030C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030C9 is #1FCF36. Grayscale: #757575. Windows color (decimal): -2084663 or 13185248. OLE color: 13185248.

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

Color convert

RGB 224 48 201 -
CMYK 0 0.79 0.10 0.12
HSL 307.84º 0.74% 0.53% -
HSV(B) 307.84º 0.79% 0.88% -
XYZ 42.34 22.18 57.31 -
YUV 118.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 224 48 201 0 0.79 0.10 0.12 307.84 0.74 0.53
Hex E0 30 C9 0 4F A C 134 4A 35
Octal 340 60 311 0 117 12 14 464 112 65
Binary 11100000 110000 11001001 0 1001111 1010 1100 100110100 1001010 110101

Color Harmonies of #E030C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030C9

Black with #E030C9

Text Example


Text Example

White with #E030C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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