Html Css Color HEX #E9229B Persian Rose

📋 copy color: '#E9229B'

red 233 ◦ green 34 ◦ blue 155

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

Shades of Persian Rose #E9229B

Tints of Persian Rose #E9229B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 55.21%
G = 8.06%
B = 36.73%

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

#E9229B (or 0xE9229B) is known color: Persian Rose. HEX triplet: E9, 22 and 9B. RGB value is (233,34,155). Sum of RGB (Red+Green+Blue) = 233+34+155=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E9229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9229B is #16DD64. Grayscale: #6B6B6B. Windows color (decimal): -1498469 or 10167017. OLE color: 10167017.

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

Color convert

RGB 233 34 155 -
CMYK 0 0.85 0.33 0.09
HSL 323.52º 0.82% 0.52% -
HSV(B) 323.52º 0.85% 0.91% -
XYZ 40.09 20.83 32.92 -
YUV 107.3 154.93 217.66 -
System Red Green Blue C M Y K H S L
Decimal 233 34 155 0 0.85 0.33 0.09 323.52 0.82 0.52
Hex E9 22 9B 0 55 21 9 144 52 34
Octal 351 42 233 0 125 41 11 504 122 64
Binary 11101001 100010 10011011 0 1010101 100001 1001 101000100 1010010 110100

Color Harmonies of #E9229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9229B

Black with #E9229B

Text Example


Text Example

White with #E9229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9229B; }

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

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

background-color css

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

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

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

border-color css

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

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

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