Html Css Color HEX #E440B5 Razzle Dazzle Rose

📋 copy color: '#E440B5'

red 228 ◦ green 64 ◦ blue 181

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

Shades of Razzle Dazzle Rose #E440B5

Tints of Razzle Dazzle Rose #E440B5

RGB

 RED value IS 228 (89.45% from 255) = 48.2%

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 48.2%
G = 13.53%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E440B5 (or 0xE440B5) is known color: Razzle Dazzle Rose. HEX triplet: E4, 40 and B5. RGB value is (228,64,181). Sum of RGB (Red+Green+Blue) = 228+64+181=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E440B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440B5 is #1BBF4A. Grayscale: #7E7E7E. Windows color (decimal): -1818443 or 11878628. OLE color: 11878628.

HSL color Cylindrical-coordinate representation of color #E440B5: hue angle of 317.2º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440B5 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 181 -
CMYK 0 0.72 0.21 0.11
HSL 317.2º 0.75% 0.57% -
HSV(B) 317.2º 0.72% 0.89% -
XYZ 42.17 23.5 46.03 -
YUV 126.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 228 64 181 0 0.72 0.21 0.11 317.2 0.75 0.57
Hex E4 40 B5 0 48 15 B 13D 4B 39
Octal 344 100 265 0 110 25 13 475 113 71
Binary 11100100 1000000 10110101 0 1001000 10101 1011 100111101 1001011 111001

Color Harmonies of #E440B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E440B5

Black with #E440B5

Text Example


Text Example

White with #E440B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E440B5; }

 p { color: rgb(228,64,181); }

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

background-color css

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

 a { background-color: rgb(228,64,181); }

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

border-color css

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

 span { border-color: rgb(228,64,181); }

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