Html Css Color HEX #E035B8 Razzle Dazzle Rose

📋 copy color: '#E035B8'

red 224 ◦ green 53 ◦ blue 184

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

Shades of Razzle Dazzle Rose #E035B8

Tints of Razzle Dazzle Rose #E035B8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.5%

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 48.59%
G = 11.5%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E035B8 (or 0xE035B8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and B8. RGB value is (224,53,184). Sum of RGB (Red+Green+Blue) = 224+53+184=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E035B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035B8 is #1FCA47. Grayscale: #767676. Windows color (decimal): -2083400 or 12072416. OLE color: 12072416.

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

Color convert

RGB 224 53 184 -
CMYK 0 0.76 0.18 0.12
HSL 314.04º 0.73% 0.54% -
HSV(B) 314.04º 0.76% 0.88% -
XYZ 40.67 21.85 47.42 -
YUV 119.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 224 53 184 0 0.76 0.18 0.12 314.04 0.73 0.54
Hex E0 35 B8 0 4C 12 C 13A 49 36
Octal 340 65 270 0 114 22 14 472 111 66
Binary 11100000 110101 10111000 0 1001100 10010 1100 100111010 1001001 110110

Color Harmonies of #E035B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035B8

Black with #E035B8

Text Example


Text Example

White with #E035B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035B8; }

 p { color: rgb(224,53,184); }

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

background-color css

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

 a { background-color: rgb(224,53,184); }

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

border-color css

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

 span { border-color: rgb(224,53,184); }

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