Html Css Color HEX #E9279B Persian Rose

📋 copy color: '#E9279B'

red 233 ◦ green 39 ◦ blue 155

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

Shades of Persian Rose #E9279B

Tints of Persian Rose #E9279B

RGB

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

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

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

R = 54.57%
G = 9.13%
B = 36.3%

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

#E9279B (or 0xE9279B) is known color: Persian Rose. HEX triplet: E9, 27 and 9B. RGB value is (233,39,155). Sum of RGB (Red+Green+Blue) = 233+39+155=427 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.57% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 233 - color contains mainly: red. Hex color #E9279B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9279B is #16D864. Grayscale: #6D6D6D. Windows color (decimal): -1497189 or 10168297. OLE color: 10168297.

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

Color convert

RGB 233 39 155 -
CMYK 0 0.83 0.33 0.09
HSL 324.12º 0.82% 0.53% -
HSV(B) 324.12º 0.83% 0.91% -
XYZ 40.25 21.14 32.97 -
YUV 110.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 233 39 155 0 0.83 0.33 0.09 324.12 0.82 0.53
Hex E9 27 9B 0 53 21 9 144 52 35
Octal 351 47 233 0 123 41 11 504 122 65
Binary 11101001 100111 10011011 0 1010011 100001 1001 101000100 1010010 110101

Color Harmonies of #E9279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9279B

Black with #E9279B

Text Example


Text Example

White with #E9279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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