Html Css Color HEX #E036B4 Razzle Dazzle Rose

📋 copy color: '#E036B4'

red 224 ◦ green 54 ◦ blue 180

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

Shades of Razzle Dazzle Rose #E036B4

Tints of Razzle Dazzle Rose #E036B4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.79%

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

R = 48.91%
G = 11.79%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E036B4 (or 0xE036B4) is known color: Razzle Dazzle Rose. HEX triplet: E0, 36 and B4. RGB value is (224,54,180). Sum of RGB (Red+Green+Blue) = 224+54+180=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E036B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036B4 is #1FC94B. Grayscale: #767676. Windows color (decimal): -2083148 or 11810528. OLE color: 11810528.

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

Color convert

RGB 224 54 180 -
CMYK 0 0.76 0.20 0.12
HSL 315.53º 0.73% 0.55% -
HSV(B) 315.53º 0.76% 0.88% -
XYZ 40.3 21.78 45.26 -
YUV 119.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 224 54 180 0 0.76 0.20 0.12 315.53 0.73 0.55
Hex E0 36 B4 0 4C 14 C 13C 49 37
Octal 340 66 264 0 114 24 14 474 111 67
Binary 11100000 110110 10110100 0 1001100 10100 1100 100111100 1001001 110111

Color Harmonies of #E036B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E036B4

Black with #E036B4

Text Example


Text Example

White with #E036B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E036B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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