Html Css Color HEX #E7279E Persian Rose

📋 copy color: '#E7279E'

red 231 ◦ green 39 ◦ blue 158

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

Shades of Persian Rose #E7279E

Tints of Persian Rose #E7279E

RGB

 RED value IS 231 (90.63% from 255) = 53.97%

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 53.97%
G = 9.11%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7279E (or 0xE7279E) is known color: Persian Rose. HEX triplet: E7, 27 and 9E. RGB value is (231,39,158). Sum of RGB (Red+Green+Blue) = 231+39+158=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7279E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7279E is #18D861. Grayscale: #6D6D6D. Windows color (decimal): -1628258 or 10364903. OLE color: 10364903.

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

Color convert

RGB 231 39 158 -
CMYK 0 0.83 0.32 0.09
HSL 322.81º 0.8% 0.53% -
HSV(B) 322.81º 0.83% 0.91% -
XYZ 39.85 20.91 34.28 -
YUV 109.97 155.11 214.32 -
System Red Green Blue C M Y K H S L
Decimal 231 39 158 0 0.83 0.32 0.09 322.81 0.8 0.53
Hex E7 27 9E 0 53 20 9 143 50 35
Octal 347 47 236 0 123 40 11 503 120 65
Binary 11100111 100111 10011110 0 1010011 100000 1001 101000011 1010000 110101

Color Harmonies of #E7279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7279E

Black with #E7279E

Text Example


Text Example

White with #E7279E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7279E; }

 p { color: rgb(231,39,158); }

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

background-color css

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

 a { background-color: rgb(231,39,158); }

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

border-color css

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

 span { border-color: rgb(231,39,158); }

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