Html Css Color HEX #E8229D Persian Rose

📋 copy color: '#E8229D'

red 232 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #E8229D

Tints of Persian Rose #E8229D

RGB

 RED value IS 232 (91.02% from 255) = 54.85%

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

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

R = 54.85%
G = 8.04%
B = 37.12%

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

#E8229D (or 0xE8229D) is known color: Persian Rose. HEX triplet: E8, 22 and 9D. RGB value is (232,34,157). Sum of RGB (Red+Green+Blue) = 232+34+157=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8229D is #17DD62. Grayscale: #6A6A6A. Windows color (decimal): -1564003 or 10298088. OLE color: 10298088.

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

Color convert

RGB 232 34 157 -
CMYK 0 0.85 0.32 0.09
HSL 322.73º 0.81% 0.52% -
HSV(B) 322.73º 0.85% 0.91% -
XYZ 39.94 20.73 33.8 -
YUV 107.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 232 34 157 0 0.85 0.32 0.09 322.73 0.81 0.52
Hex E8 22 9D 0 55 20 9 143 51 34
Octal 350 42 235 0 125 40 11 503 121 64
Binary 11101000 100010 10011101 0 1010101 100000 1001 101000011 1010001 110100

Color Harmonies of #E8229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8229D

Black with #E8229D

Text Example


Text Example

White with #E8229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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