Html Css Color HEX #E2279E Persian Rose

📋 copy color: '#E2279E'

red 226 ◦ green 39 ◦ blue 158

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

Shades of Persian Rose #E2279E

Tints of Persian Rose #E2279E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.22%

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 53.43%
G = 9.22%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2279E (or 0xE2279E) is known color: Persian Rose. HEX triplet: E2, 27 and 9E. RGB value is (226,39,158). Sum of RGB (Red+Green+Blue) = 226+39+158=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2279E is #1DD861. Grayscale: #6C6C6C. Windows color (decimal): -1955938 or 10364898. OLE color: 10364898.

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

Color convert

RGB 226 39 158 -
CMYK 0 0.83 0.30 0.11
HSL 321.82º 0.76% 0.52% -
HSV(B) 321.82º 0.83% 0.89% -
XYZ 38.26 20.09 34.21 -
YUV 108.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 226 39 158 0 0.83 0.30 0.11 321.82 0.76 0.52
Hex E2 27 9E 0 53 1E B 142 4C 34
Octal 342 47 236 0 123 36 13 502 114 64
Binary 11100010 100111 10011110 0 1010011 11110 1011 101000010 1001100 110100

Color Harmonies of #E2279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2279E

Black with #E2279E

Text Example


Text Example

White with #E2279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2279E; }

 p { color: rgb(226,39,158); }

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

background-color css

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

 a { background-color: rgb(226,39,158); }

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

border-color css

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

 span { border-color: rgb(226,39,158); }

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