Html Css Color HEX #E7309D Persian Rose

📋 copy color: '#E7309D'

red 231 ◦ green 48 ◦ blue 157

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

Shades of Persian Rose #E7309D

Tints of Persian Rose #E7309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

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

R = 52.98%
G = 11.01%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7309D (or 0xE7309D) is known color: Persian Rose. HEX triplet: E7, 30 and 9D. RGB value is (231,48,157). Sum of RGB (Red+Green+Blue) = 231+48+157=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7309D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7309D is #18CF62. Grayscale: #727272. Windows color (decimal): -1625955 or 10301671. OLE color: 10301671.

HSL color Cylindrical-coordinate representation of color #E7309D: hue angle of 324.26º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7309D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 48 157 -
CMYK 0 0.79 0.32 0.09
HSL 324.26º 0.79% 0.55% -
HSV(B) 324.26º 0.79% 0.91% -
XYZ 40.1 21.54 33.94 -
YUV 115.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 231 48 157 0 0.79 0.32 0.09 324.26 0.79 0.55
Hex E7 30 9D 0 4F 20 9 144 4F 37
Octal 347 60 235 0 117 40 11 504 117 67
Binary 11100111 110000 10011101 0 1001111 100000 1001 101000100 1001111 110111

Color Harmonies of #E7309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7309D

Black with #E7309D

Text Example


Text Example

White with #E7309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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