Html Css Color HEX #E62298 Persian Rose

📋 copy color: '#E62298'

red 230 ◦ green 34 ◦ blue 152

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

Shades of Persian Rose #E62298

Tints of Persian Rose #E62298

RGB

 RED value IS 230 (90.23% from 255) = 55.29%

 GREEN value IS 34 (13.67% from 255) = 8.17%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 55.29%
G = 8.17%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E62298 (or 0xE62298) is known color: Persian Rose. HEX triplet: E6, 22 and 98. RGB value is (230,34,152). Sum of RGB (Red+Green+Blue) = 230+34+152=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E62298 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62298 is #19DD67. Grayscale: #696969. Windows color (decimal): -1695080 or 9970406. OLE color: 9970406.

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

Color convert

RGB 230 34 152 -
CMYK 0 0.85 0.34 0.10
HSL 323.88º 0.8% 0.52% -
HSV(B) 323.88º 0.85% 0.9% -
XYZ 38.87 20.23 31.56 -
YUV 106.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 230 34 152 0 0.85 0.34 0.10 323.88 0.8 0.52
Hex E6 22 98 0 55 22 A 144 50 34
Octal 346 42 230 0 125 42 12 504 120 64
Binary 11100110 100010 10011000 0 1010101 100010 1010 101000100 1010000 110100

Color Harmonies of #E62298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62298

Black with #E62298

Text Example


Text Example

White with #E62298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62298; }

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

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

background-color css

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

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

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

border-color css

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

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

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