Html Css Color HEX #E03DBE Razzle Dazzle Rose

📋 copy color: '#E03DBE'

red 224 ◦ green 61 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E03DBE

Tints of Razzle Dazzle Rose #E03DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.84%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 47.16%
G = 12.84%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E03DBE (or 0xE03DBE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3D and BE. RGB value is (224,61,190). Sum of RGB (Red+Green+Blue) = 224+61+190=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DBE is #1FC241. Grayscale: #7C7C7C. Windows color (decimal): -2081346 or 12467680. OLE color: 12467680.

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

Color convert

RGB 224 61 190 -
CMYK 0 0.73 0.15 0.12
HSL 312.52º 0.72% 0.56% -
HSV(B) 312.52º 0.73% 0.88% -
XYZ 41.7 22.9 50.94 -
YUV 124.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 224 61 190 0 0.73 0.15 0.12 312.52 0.72 0.56
Hex E0 3D BE 0 49 F C 139 48 38
Octal 340 75 276 0 111 17 14 471 110 70
Binary 11100000 111101 10111110 0 1001001 1111 1100 100111001 1001000 111000

Color Harmonies of #E03DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03DBE

Black with #E03DBE

Text Example


Text Example

White with #E03DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03DBE; }

 p { color: rgb(224,61,190); }

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

background-color css

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

 a { background-color: rgb(224,61,190); }

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

border-color css

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

 span { border-color: rgb(224,61,190); }

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