Html Css Color HEX #E030C7 Razzle Dazzle Rose

📋 copy color: '#E030C7'

red 224 ◦ green 48 ◦ blue 199

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

Shades of Razzle Dazzle Rose #E030C7

Tints of Razzle Dazzle Rose #E030C7

RGB

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

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

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

R = 47.56%
G = 10.19%
B = 42.25%

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

#E030C7 (or 0xE030C7) is known color: Razzle Dazzle Rose. HEX triplet: E0, 30 and C7. RGB value is (224,48,199). Sum of RGB (Red+Green+Blue) = 224+48+199=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E030C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E030C7 is #1FCF38. Grayscale: #757575. Windows color (decimal): -2084665 or 13054176. OLE color: 13054176.

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

Color convert

RGB 224 48 199 -
CMYK 0 0.79 0.11 0.12
HSL 308.52º 0.74% 0.53% -
HSV(B) 308.52º 0.79% 0.88% -
XYZ 42.11 22.08 56.08 -
YUV 117.84 173.81 203.72 -
System Red Green Blue C M Y K H S L
Decimal 224 48 199 0 0.79 0.11 0.12 308.52 0.74 0.53
Hex E0 30 C7 0 4F B C 135 4A 35
Octal 340 60 307 0 117 13 14 465 112 65
Binary 11100000 110000 11000111 0 1001111 1011 1100 100110101 1001010 110101

Color Harmonies of #E030C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030C7

Black with #E030C7

Text Example


Text Example

White with #E030C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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