Html Css Color HEX #E7229D Persian Rose

📋 copy color: '#E7229D'

red 231 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #E7229D

Tints of Persian Rose #E7229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 54.74%
G = 8.06%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7229D (or 0xE7229D) is known color: Persian Rose. HEX triplet: E7, 22 and 9D. RGB value is (231,34,157). Sum of RGB (Red+Green+Blue) = 231+34+157=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7229D is #18DD62. Grayscale: #6A6A6A. Windows color (decimal): -1629539 or 10298087. OLE color: 10298087.

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

Color convert

RGB 231 34 157 -
CMYK 0 0.85 0.32 0.09
HSL 322.54º 0.8% 0.52% -
HSV(B) 322.54º 0.85% 0.91% -
XYZ 39.61 20.57 33.78 -
YUV 106.93 156.27 216.5 -
System Red Green Blue C M Y K H S L
Decimal 231 34 157 0 0.85 0.32 0.09 322.54 0.8 0.52
Hex E7 22 9D 0 55 20 9 143 50 34
Octal 347 42 235 0 125 40 11 503 120 64
Binary 11100111 100010 10011101 0 1010101 100000 1001 101000011 1010000 110100

Color Harmonies of #E7229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7229D

Black with #E7229D

Text Example


Text Example

White with #E7229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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