Html Css Color HEX #E03ABD Razzle Dazzle Rose

📋 copy color: '#E03ABD'

red 224 ◦ green 58 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E03ABD

Tints of Razzle Dazzle Rose #E03ABD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.31%

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 47.56%
G = 12.31%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E03ABD (or 0xE03ABD) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3A and BD. RGB value is (224,58,189). Sum of RGB (Red+Green+Blue) = 224+58+189=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E03ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03ABD is #1FC542. Grayscale: #7A7A7A. Windows color (decimal): -2082115 or 12401376. OLE color: 12401376.

HSL color Cylindrical-coordinate representation of color #E03ABD: hue angle of 312.65º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03ABD is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 58 189 -
CMYK 0 0.74 0.16 0.12
HSL 312.65º 0.73% 0.55% -
HSV(B) 312.65º 0.74% 0.88% -
XYZ 41.44 22.55 50.31 -
YUV 122.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 224 58 189 0 0.74 0.16 0.12 312.65 0.73 0.55
Hex E0 3A BD 0 4A 10 C 139 49 37
Octal 340 72 275 0 112 20 14 471 111 67
Binary 11100000 111010 10111101 0 1001010 10000 1100 100111001 1001001 110111

Color Harmonies of #E03ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03ABD

Black with #E03ABD

Text Example


Text Example

White with #E03ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03ABD; }

 p { color: rgb(224,58,189); }

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

background-color css

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

 a { background-color: rgb(224,58,189); }

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

border-color css

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

 span { border-color: rgb(224,58,189); }

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