Html Css Color HEX #E9299B Persian Rose

📋 copy color: '#E9299B'

red 233 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #E9299B

Tints of Persian Rose #E9299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.56%

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

R = 54.31%
G = 9.56%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9299B (or 0xE9299B) is known color: Persian Rose. HEX triplet: E9, 29 and 9B. RGB value is (233,41,155). Sum of RGB (Red+Green+Blue) = 233+41+155=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9299B is #16D664. Grayscale: #6F6F6F. Windows color (decimal): -1496677 or 10168809. OLE color: 10168809.

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

Color convert

RGB 233 41 155 -
CMYK 0 0.82 0.33 0.09
HSL 324.38º 0.81% 0.54% -
HSV(B) 324.38º 0.82% 0.91% -
XYZ 40.31 21.28 32.99 -
YUV 111.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 233 41 155 0 0.82 0.33 0.09 324.38 0.81 0.54
Hex E9 29 9B 0 52 21 9 144 51 36
Octal 351 51 233 0 122 41 11 504 121 66
Binary 11101001 101001 10011011 0 1010010 100001 1001 101000100 1010001 110110

Color Harmonies of #E9299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9299B

Black with #E9299B

Text Example


Text Example

White with #E9299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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