Html Css Color HEX #E62398 Persian Rose

📋 copy color: '#E62398'

red 230 ◦ green 35 ◦ blue 152

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

Shades of Persian Rose #E62398

Tints of Persian Rose #E62398

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 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

#E62398 (or 0xE62398) is known color: 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

RGB 230 35 152 -
CMYK 0 0.85 0.34 0.10
HSL 324º 0.8% 0.52% -
HSV(B) 324º 0.85% 0.9% -
XYZ 38.9 20.29 31.57 -
YUV 106.64 153.6 215.99 -
System Red Green Blue C M Y K H S L
Decimal 230 35 152 0 0.85 0.34 0.10 324 0.8 0.52
Hex E6 23 98 0 55 22 A 144 50 34
Octal 346 43 230 0 125 42 12 504 120 64
Binary 11100110 100011 10011000 0 1010101 100010 1010 101000100 1010000 110100

Color Harmonies of #E62398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62398

Black with #E62398

Text Example


Text Example

White with #E62398

Text Example


Text Example

HTML Codes & Css Web 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>