Html Css Color HEX #E9279A Persian Rose

📋 copy color: '#E9279A'

red 233 ◦ green 39 ◦ blue 154

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

Shades of Persian Rose #E9279A

Tints of Persian Rose #E9279A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 54.69%
G = 9.15%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E9279A (or 0xE9279A) is known color: Persian Rose. HEX triplet: E9, 27 and 9A. RGB value is (233,39,154). Sum of RGB (Red+Green+Blue) = 233+39+154=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9279A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9279A is #16D865. Grayscale: #6D6D6D. Windows color (decimal): -1497190 or 10102761. OLE color: 10102761.

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

Color convert

RGB 233 39 154 -
CMYK 0 0.83 0.34 0.09
HSL 324.43º 0.82% 0.53% -
HSV(B) 324.43º 0.83% 0.91% -
XYZ 40.16 21.11 32.53 -
YUV 110.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 233 39 154 0 0.83 0.34 0.09 324.43 0.82 0.53
Hex E9 27 9A 0 53 22 9 144 52 35
Octal 351 47 232 0 123 42 11 504 122 65
Binary 11101001 100111 10011010 0 1010011 100010 1001 101000100 1010010 110101

Color Harmonies of #E9279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9279A

Black with #E9279A

Text Example


Text Example

White with #E9279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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