Html Css Color HEX #E7229A Persian Rose

📋 copy color: '#E7229A'

red 231 ◦ green 34 ◦ blue 154

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

Shades of Persian Rose #E7229A

Tints of Persian Rose #E7229A

RGB

 RED value IS 231 (90.63% from 255) = 55.13%

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 55.13%
G = 8.11%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7229A (or 0xE7229A) is known color: Persian Rose. HEX triplet: E7, 22 and 9A. RGB value is (231,34,154). Sum of RGB (Red+Green+Blue) = 231+34+154=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7229A is #18DD65. Grayscale: #6A6A6A. Windows color (decimal): -1629542 or 10101479. OLE color: 10101479.

HSL color Cylindrical-coordinate representation of color #E7229A: hue angle of 323.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7229A is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 34 154 -
CMYK 0 0.85 0.33 0.09
HSL 323.45º 0.8% 0.52% -
HSV(B) 323.45º 0.85% 0.91% -
XYZ 39.36 20.47 32.45 -
YUV 106.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 231 34 154 0 0.85 0.33 0.09 323.45 0.8 0.52
Hex E7 22 9A 0 55 21 9 143 50 34
Octal 347 42 232 0 125 41 11 503 120 64
Binary 11100111 100010 10011010 0 1010101 100001 1001 101000011 1010000 110100

Color Harmonies of #E7229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7229A

Black with #E7229A

Text Example


Text Example

White with #E7229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7229A; }

 p { color: rgb(231,34,154); }

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

background-color css

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

 a { background-color: rgb(231,34,154); }

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

border-color css

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

 span { border-color: rgb(231,34,154); }

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