Html Css Color HEX #E03DBB Razzle Dazzle Rose

📋 copy color: '#E03DBB'

red 224 ◦ green 61 ◦ blue 187

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

Shades of Razzle Dazzle Rose #E03DBB

Tints of Razzle Dazzle Rose #E03DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 47.46%
G = 12.92%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E03DBB (or 0xE03DBB) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3D and BB. RGB value is (224,61,187). Sum of RGB (Red+Green+Blue) = 224+61+187=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DBB is #1FC244. Grayscale: #7B7B7B. Windows color (decimal): -2081349 or 12271072. OLE color: 12271072.

HSL color Cylindrical-coordinate representation of color #E03DBB: hue angle of 313.62º 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 #E03DBB is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 61 187 -
CMYK 0 0.73 0.17 0.12
HSL 313.62º 0.72% 0.56% -
HSV(B) 313.62º 0.73% 0.88% -
XYZ 41.38 22.77 49.23 -
YUV 124.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 224 61 187 0 0.73 0.17 0.12 313.62 0.72 0.56
Hex E0 3D BB 0 49 11 C 13A 48 38
Octal 340 75 273 0 111 21 14 472 110 70
Binary 11100000 111101 10111011 0 1001001 10001 1100 100111010 1001000 111000

Color Harmonies of #E03DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03DBB

Black with #E03DBB

Text Example


Text Example

White with #E03DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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