Html Css Color HEX #E9229D Persian Rose

📋 copy color: '#E9229D'

red 233 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #E9229D

Tints of Persian Rose #E9229D

RGB

 RED value IS 233 (91.41% from 255) = 54.95%

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

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

R = 54.95%
G = 8.02%
B = 37.03%

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

#E9229D (or 0xE9229D) is known color: Persian Rose. HEX triplet: E9, 22 and 9D. RGB value is (233,34,157). Sum of RGB (Red+Green+Blue) = 233+34+157=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E9229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9229D is #16DD62. Grayscale: #6B6B6B. Windows color (decimal): -1498467 or 10298089. OLE color: 10298089.

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

Color convert

RGB 233 34 157 -
CMYK 0 0.85 0.33 0.09
HSL 322.91º 0.82% 0.52% -
HSV(B) 322.91º 0.85% 0.91% -
XYZ 40.26 20.9 33.81 -
YUV 107.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 233 34 157 0 0.85 0.33 0.09 322.91 0.82 0.52
Hex E9 22 9D 0 55 21 9 143 52 34
Octal 351 42 235 0 125 41 11 503 122 64
Binary 11101001 100010 10011101 0 1010101 100001 1001 101000011 1010010 110100

Color Harmonies of #E9229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9229D

Black with #E9229D

Text Example


Text Example

White with #E9229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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