Html Css Color HEX #E622A0 Persian Rose

📋 copy color: '#E622A0'

red 230 ◦ green 34 ◦ blue 160

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

Shades of Persian Rose #E622A0

Tints of Persian Rose #E622A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 54.25%
G = 8.02%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E622A0 (or 0xE622A0) is known color: Persian Rose. HEX triplet: E6, 22 and A0. RGB value is (230,34,160). Sum of RGB (Red+Green+Blue) = 230+34+160=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E622A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E622A0 is #19DD5F. Grayscale: #6A6A6A. Windows color (decimal): -1695072 or 10494694. OLE color: 10494694.

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

Color convert

RGB 230 34 160 -
CMYK 0 0.85 0.30 0.10
HSL 321.43º 0.8% 0.52% -
HSV(B) 321.43º 0.85% 0.9% -
XYZ 39.55 20.51 35.13 -
YUV 106.97 157.93 215.75 -
System Red Green Blue C M Y K H S L
Decimal 230 34 160 0 0.85 0.30 0.10 321.43 0.8 0.52
Hex E6 22 A0 0 55 1E A 141 50 34
Octal 346 42 240 0 125 36 12 501 120 64
Binary 11100110 100010 10100000 0 1010101 11110 1010 101000001 1010000 110100

Color Harmonies of #E622A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E622A0

Black with #E622A0

Text Example


Text Example

White with #E622A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E622A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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