Html Css Color HEX #E040B8 Razzle Dazzle Rose

📋 copy color: '#E040B8'

red 224 ◦ green 64 ◦ blue 184

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

Shades of Razzle Dazzle Rose #E040B8

Tints of Razzle Dazzle Rose #E040B8

RGB

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

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

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

R = 47.46%
G = 13.56%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E040B8 (or 0xE040B8) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and B8. RGB value is (224,64,184). Sum of RGB (Red+Green+Blue) = 224+64+184=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E040B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040B8 is #1FBF47. Grayscale: #7D7D7D. Windows color (decimal): -2080584 or 12075232. OLE color: 12075232.

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

Color convert

RGB 224 64 184 -
CMYK 0 0.71 0.18 0.12
HSL 315º 0.72% 0.56% -
HSV(B) 315º 0.71% 0.88% -
XYZ 41.23 22.97 47.61 -
YUV 125.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 224 64 184 0 0.71 0.18 0.12 315 0.72 0.56
Hex E0 40 B8 0 47 12 C 13B 48 38
Octal 340 100 270 0 107 22 14 473 110 70
Binary 11100000 1000000 10111000 0 1000111 10010 1100 100111011 1001000 111000

Color Harmonies of #E040B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040B8

Black with #E040B8

Text Example


Text Example

White with #E040B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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