#E027CA

Color #E027CA Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E027CA

Tints of Razzle Dazzle Rose #E027CA

Color information

#E027CA (or 0xE027CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E0, 27 and CA. RGB value is (224,39,202). Sum of RGB (Red+Green+Blue) = 224+39+202=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E027CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E027CA is #1FD835. Grayscale: #707070. Windows color (decimal): -2086966 or 13248480. OLE color: 13248480.

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

Color convert

RGB22439202-
CMYK00.830.100.12
HSL307.14º74.9%51.57%-
HSV(B)307.14º82.59%87.84%-
XYZ42.1321.5657.82-
YUV112.9178.29207.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 39 (15.62% from 255) = 8.39%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=48.17%
G=8.39%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243920200.830.100.12307.1474.951.57
HexE027CA053AC1334b34
Octal340473120123121446311364
Binary111000001001111100101001010011101011001001100111001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E027CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E027CA; }

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

 H1.HeaderClassName
 {
   color: #E027CA;
 }
 .AnyTagClassName
 {
   color: #E027CA;
 }
</style>
background-color css

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

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

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

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

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

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