Html Css Color HEX #E9279D Persian Rose

📋 copy color: '#E9279D'

red 233 ◦ green 39 ◦ blue 157

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

Shades of Persian Rose #E9279D

Tints of Persian Rose #E9279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.09%

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

R = 54.31%
G = 9.09%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9279D (or 0xE9279D) is known color: Persian Rose. HEX triplet: E9, 27 and 9D. RGB value is (233,39,157). Sum of RGB (Red+Green+Blue) = 233+39+157=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9279D is #16D862. Grayscale: #6E6E6E. Windows color (decimal): -1497187 or 10299369. OLE color: 10299369.

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

Color convert

RGB 233 39 157 -
CMYK 0 0.83 0.33 0.09
HSL 323.51º 0.82% 0.53% -
HSV(B) 323.51º 0.83% 0.91% -
XYZ 40.42 21.21 33.86 -
YUV 110.46 154.27 215.41 -
System Red Green Blue C M Y K H S L
Decimal 233 39 157 0 0.83 0.33 0.09 323.51 0.82 0.53
Hex E9 27 9D 0 53 21 9 144 52 35
Octal 351 47 235 0 123 41 11 504 122 65
Binary 11101001 100111 10011101 0 1010011 100001 1001 101000100 1010010 110101

Color Harmonies of #E9279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9279D

Black with #E9279D

Text Example


Text Example

White with #E9279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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