Html Css Color HEX #E040B2 Razzle Dazzle Rose

📋 copy color: '#E040B2'

red 224 ◦ green 64 ◦ blue 178

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

Shades of Razzle Dazzle Rose #E040B2

Tints of Razzle Dazzle Rose #E040B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 48.07%
G = 13.73%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E040B2 (or 0xE040B2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and B2. RGB value is (224,64,178). Sum of RGB (Red+Green+Blue) = 224+64+178=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E040B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E040B2 is #1FBF4D. Grayscale: #7C7C7C. Windows color (decimal): -2080590 or 11682016. OLE color: 11682016.

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

Color convert

RGB 224 64 178 -
CMYK 0 0.71 0.21 0.12
HSL 317.25º 0.72% 0.56% -
HSV(B) 317.25º 0.71% 0.88% -
XYZ 40.61 22.73 44.37 -
YUV 124.84 158.01 198.73 -
System Red Green Blue C M Y K H S L
Decimal 224 64 178 0 0.71 0.21 0.12 317.25 0.72 0.56
Hex E0 40 B2 0 47 15 C 13D 48 38
Octal 340 100 262 0 107 25 14 475 110 70
Binary 11100000 1000000 10110010 0 1000111 10101 1100 100111101 1001000 111000

Color Harmonies of #E040B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040B2

Black with #E040B2

Text Example


Text Example

White with #E040B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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