Html Css Color HEX #E035BA Razzle Dazzle Rose

📋 copy color: '#E035BA'

red 224 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E035BA

Tints of Razzle Dazzle Rose #E035BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 48.38%
G = 11.45%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E035BA (or 0xE035BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and BA. RGB value is (224,53,186). Sum of RGB (Red+Green+Blue) = 224+53+186=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E035BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035BA is #1FCA45. Grayscale: #767676. Windows color (decimal): -2083398 or 12203488. OLE color: 12203488.

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

Color convert

RGB 224 53 186 -
CMYK 0 0.76 0.17 0.12
HSL 313.33º 0.73% 0.54% -
HSV(B) 313.33º 0.76% 0.88% -
XYZ 40.88 21.94 48.53 -
YUV 119.29 165.65 202.69 -
System Red Green Blue C M Y K H S L
Decimal 224 53 186 0 0.76 0.17 0.12 313.33 0.73 0.54
Hex E0 35 BA 0 4C 11 C 139 49 36
Octal 340 65 272 0 114 21 14 471 111 66
Binary 11100000 110101 10111010 0 1001100 10001 1100 100111001 1001001 110110

Color Harmonies of #E035BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035BA

Black with #E035BA

Text Example


Text Example

White with #E035BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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