Html Css Color HEX #E7279D Persian Rose

📋 copy color: '#E7279D'

red 231 ◦ green 39 ◦ blue 157

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

Shades of Persian Rose #E7279D

Tints of Persian Rose #E7279D

RGB

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

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

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

R = 54.1%
G = 9.13%
B = 36.77%

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

#E7279D (or 0xE7279D) is known color: Persian Rose. HEX triplet: E7, 27 and 9D. RGB value is (231,39,157). Sum of RGB (Red+Green+Blue) = 231+39+157=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 39 (15.62% from 255 or 9.13% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7279D is #18D862. Grayscale: #6D6D6D. Windows color (decimal): -1628259 or 10299367. OLE color: 10299367.

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

Color convert

RGB 231 39 157 -
CMYK 0 0.83 0.32 0.09
HSL 323.13º 0.8% 0.53% -
HSV(B) 323.13º 0.83% 0.91% -
XYZ 39.77 20.87 33.83 -
YUV 109.86 154.61 214.41 -
System Red Green Blue C M Y K H S L
Decimal 231 39 157 0 0.83 0.32 0.09 323.13 0.8 0.53
Hex E7 27 9D 0 53 20 9 143 50 35
Octal 347 47 235 0 123 40 11 503 120 65
Binary 11100111 100111 10011101 0 1010011 100000 1001 101000011 1010000 110101

Color Harmonies of #E7279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7279D

Black with #E7279D

Text Example


Text Example

White with #E7279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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