Html Css Color HEX #E228A6 Persian Rose

📋 copy color: '#E228A6'

red 226 ◦ green 40 ◦ blue 166

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

Shades of Persian Rose #E228A6

Tints of Persian Rose #E228A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.43%

R = 52.31%
G = 9.26%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E228A6 (or 0xE228A6) is known color: Persian Rose. HEX triplet: E2, 28 and A6. RGB value is (226,40,166). Sum of RGB (Red+Green+Blue) = 226+40+166=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E228A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E228A6 is #1DD759. Grayscale: #6D6D6D. Windows color (decimal): -1955674 or 10889442. OLE color: 10889442.

HSL color Cylindrical-coordinate representation of color #E228A6: hue angle of 319.35º 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 #E228A6 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 40 166 -
CMYK 0 0.82 0.27 0.11
HSL 319.35º 0.76% 0.52% -
HSV(B) 319.35º 0.82% 0.89% -
XYZ 39.01 20.44 37.97 -
YUV 109.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 226 40 166 0 0.82 0.27 0.11 319.35 0.76 0.52
Hex E2 28 A6 0 52 1B B 13F 4C 34
Octal 342 50 246 0 122 33 13 477 114 64
Binary 11100010 101000 10100110 0 1010010 11011 1011 100111111 1001100 110100

Color Harmonies of #E228A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E228A6

Black with #E228A6

Text Example


Text Example

White with #E228A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E228A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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