#E62398

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

Shades of Persian Rose #E62398

Tints of Persian Rose #E62398

Color information

#E62398 (or 0xE62398) is unknown color: approx Persian Rose. HEX triplet: E6, 23 and 98. RGB value is (230,35,152). Sum of RGB (Red+Green+Blue) = 230+35+152=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E62398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62398 is #19DC67. Grayscale: #6A6A6A. Windows color (decimal): -1694824 or 9970662. OLE color: 9970662.

HSL color Cylindrical-coordinate representation of color #E62398: hue angle of 324º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62398 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB23035152-
CMYK00.850.340.10
HSL324º79.59%51.96%-
HSV(B)324º84.78%90.2%-
XYZ38.920.2931.57-
YUV106.64153.6215.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.16%
GREEN value IS 35 (14.06% from 255) = 8.39%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=55.16%
G=8.39%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2303515200.850.340.1032479.5951.96
HexE6239805522A1445034
Octal346432300125421250412064
Binary11100110100011100110000101010110001010101010001001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62398; }

 p { color: rgb(230,35,152); }

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

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

 a { background-color: rgb(230,35,152); }

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

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

 span { border-color: rgb(230,35,152); }

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