Html Css Color HEX #E028BE Razzle Dazzle Rose

📋 copy color: '#E028BE'

red 224 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E028BE

Tints of Razzle Dazzle Rose #E028BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.81%

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

R = 49.34%
G = 8.81%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E028BE (or 0xE028BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 28 and BE. RGB value is (224,40,190). Sum of RGB (Red+Green+Blue) = 224+40+190=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E028BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E028BE is #1FD741. Grayscale: #6F6F6F. Windows color (decimal): -2086722 or 12462304. OLE color: 12462304.

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

Color convert

RGB 224 40 190 -
CMYK 0 0.82 0.15 0.12
HSL 311.09º 0.75% 0.52% -
HSV(B) 311.09º 0.82% 0.88% -
XYZ 40.79 21.08 50.63 -
YUV 112.12 171.96 207.8 -
System Red Green Blue C M Y K H S L
Decimal 224 40 190 0 0.82 0.15 0.12 311.09 0.75 0.52
Hex E0 28 BE 0 52 F C 137 4B 34
Octal 340 50 276 0 122 17 14 467 113 64
Binary 11100000 101000 10111110 0 1010010 1111 1100 100110111 1001011 110100

Color Harmonies of #E028BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E028BE

Black with #E028BE

Text Example


Text Example

White with #E028BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E028BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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