Html Css Color HEX #E044B4 Razzle Dazzle Rose

📋 copy color: '#E044B4'

red 224 ◦ green 68 ◦ blue 180

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

Shades of Razzle Dazzle Rose #E044B4

Tints of Razzle Dazzle Rose #E044B4

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

 BLUE value IS 180 (70.7% from 255) = 38.14%

R = 47.46%
G = 14.41%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E044B4 (or 0xE044B4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 44 and B4. RGB value is (224,68,180). Sum of RGB (Red+Green+Blue) = 224+68+180=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E044B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E044B4 is #1FBB4B. Grayscale: #7F7F7F. Windows color (decimal): -2079564 or 11814112. OLE color: 11814112.

HSL color Cylindrical-coordinate representation of color #E044B4: hue angle of 316.92º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E044B4 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 68 180 -
CMYK 0 0.70 0.20 0.12
HSL 316.92º 0.72% 0.57% -
HSV(B) 316.92º 0.7% 0.88% -
XYZ 41.05 23.28 45.51 -
YUV 127.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 224 68 180 0 0.70 0.20 0.12 316.92 0.72 0.57
Hex E0 44 B4 0 46 14 C 13D 48 39
Octal 340 104 264 0 106 24 14 475 110 71
Binary 11100000 1000100 10110100 0 1000110 10100 1100 100111101 1001000 111001

Color Harmonies of #E044B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E044B4

Black with #E044B4

Text Example


Text Example

White with #E044B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E044B4; }

 p { color: rgb(224,68,180); }

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

background-color css

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

 a { background-color: rgb(224,68,180); }

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

border-color css

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

 span { border-color: rgb(224,68,180); }

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