Html Css Color HEX #E228A2 Persian Rose

📋 copy color: '#E228A2'

red 226 ◦ green 40 ◦ blue 162

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

Shades of Persian Rose #E228A2

Tints of Persian Rose #E228A2

RGB

 RED value IS 226 (88.67% from 255) = 52.8%

 GREEN value IS 40 (16.02% from 255) = 9.35%

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 52.8%
G = 9.35%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E228A2 (or 0xE228A2) is known color: Persian Rose. HEX triplet: E2, 28 and A2. RGB value is (226,40,162). Sum of RGB (Red+Green+Blue) = 226+40+162=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E228A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E228A2 is #1DD75D. Grayscale: #6D6D6D. Windows color (decimal): -1955678 or 10627298. OLE color: 10627298.

HSL color Cylindrical-coordinate representation of color #E228A2: hue angle of 320.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E228A2 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 162 -
CMYK 0 0.82 0.28 0.11
HSL 320.65º 0.76% 0.52% -
HSV(B) 320.65º 0.82% 0.89% -
XYZ 38.64 20.29 36.06 -
YUV 109.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 226 40 162 0 0.82 0.28 0.11 320.65 0.76 0.52
Hex E2 28 A2 0 52 1C B 141 4C 34
Octal 342 50 242 0 122 34 13 501 114 64
Binary 11100010 101000 10100010 0 1010010 11100 1011 101000001 1001100 110100

Color Harmonies of #E228A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228A2

Black with #E228A2

Text Example


Text Example

White with #E228A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228A2; }

 p { color: rgb(226,40,162); }

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

background-color css

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

 a { background-color: rgb(226,40,162); }

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

border-color css

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

 span { border-color: rgb(226,40,162); }

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