Html Css Color HEX #E62599 Persian Rose

📋 copy color: '#E62599'

red 230 ◦ green 37 ◦ blue 153

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

Shades of Persian Rose #E62599

Tints of Persian Rose #E62599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.81%

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 54.76%
G = 8.81%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E62599 (or 0xE62599) is known color: Persian Rose. HEX triplet: E6, 25 and 99. RGB value is (230,37,153). Sum of RGB (Red+Green+Blue) = 230+37+153=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E62599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62599 is #19DA66. Grayscale: #6B6B6B. Windows color (decimal): -1694311 or 10036710. OLE color: 10036710.

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

Color convert

RGB 230 37 153 -
CMYK 0 0.84 0.33 0.10
HSL 323.94º 0.79% 0.52% -
HSV(B) 323.94º 0.84% 0.9% -
XYZ 39.04 20.45 32.03 -
YUV 107.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 230 37 153 0 0.84 0.33 0.10 323.94 0.79 0.52
Hex E6 25 99 0 54 21 A 144 4F 34
Octal 346 45 231 0 124 41 12 504 117 64
Binary 11100110 100101 10011001 0 1010100 100001 1010 101000100 1001111 110100

Color Harmonies of #E62599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62599

Black with #E62599

Text Example


Text Example

White with #E62599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62599; }

 p { color: rgb(230,37,153); }

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

background-color css

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

 a { background-color: rgb(230,37,153); }

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

border-color css

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

 span { border-color: rgb(230,37,153); }

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