Html Css Color HEX #E027C5 Razzle Dazzle Rose

📋 copy color: '#E027C5'

red 224 ◦ green 39 ◦ blue 197

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

Shades of Razzle Dazzle Rose #E027C5

Tints of Razzle Dazzle Rose #E027C5

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.48%

 BLUE value IS 197 (77.34% from 255) = 42.83%

R = 48.7%
G = 8.48%
B = 42.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E027C5 (or 0xE027C5) is known color: Razzle Dazzle Rose. HEX triplet: E0, 27 and C5. RGB value is (224,39,197). Sum of RGB (Red+Green+Blue) = 224+39+197=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E027C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027C5 is #1FD83A. Grayscale: #6F6F6F. Windows color (decimal): -2086971 or 12920800. OLE color: 12920800.

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

Color convert

RGB 224 39 197 -
CMYK 0 0.83 0.12 0.12
HSL 308.76º 0.75% 0.52% -
HSV(B) 308.76º 0.83% 0.88% -
XYZ 41.54 21.33 54.75 -
YUV 112.33 175.79 207.65 -
System Red Green Blue C M Y K H S L
Decimal 224 39 197 0 0.83 0.12 0.12 308.76 0.75 0.52
Hex E0 27 C5 0 53 C C 135 4B 34
Octal 340 47 305 0 123 14 14 465 113 64
Binary 11100000 100111 11000101 0 1010011 1100 1100 100110101 1001011 110100

Color Harmonies of #E027C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E027C5

Black with #E027C5

Text Example


Text Example

White with #E027C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E027C5; }

 p { color: rgb(224,39,197); }

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

background-color css

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

 a { background-color: rgb(224,39,197); }

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

border-color css

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

 span { border-color: rgb(224,39,197); }

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