Html Css Color HEX #E040BA Razzle Dazzle Rose

📋 copy color: '#E040BA'

red 224 ◦ green 64 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E040BA

Tints of Razzle Dazzle Rose #E040BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.5%

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

R = 47.26%
G = 13.5%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E040BA (or 0xE040BA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and BA. RGB value is (224,64,186). Sum of RGB (Red+Green+Blue) = 224+64+186=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E040BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040BA is #1FBF45. Grayscale: #7D7D7D. Windows color (decimal): -2080582 or 12206304. OLE color: 12206304.

HSL color Cylindrical-coordinate representation of color #E040BA: hue angle of 314.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040BA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 64 186 -
CMYK 0 0.71 0.17 0.12
HSL 314.25º 0.72% 0.56% -
HSV(B) 314.25º 0.71% 0.88% -
XYZ 41.44 23.06 48.72 -
YUV 125.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 224 64 186 0 0.71 0.17 0.12 314.25 0.72 0.56
Hex E0 40 BA 0 47 11 C 13A 48 38
Octal 340 100 272 0 107 21 14 472 110 70
Binary 11100000 1000000 10111010 0 1000111 10001 1100 100111010 1001000 111000

Color Harmonies of #E040BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040BA

Black with #E040BA

Text Example


Text Example

White with #E040BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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