Html Css Color HEX #E7239D Persian Rose

📋 copy color: '#E7239D'

red 231 ◦ green 35 ◦ blue 157

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

Shades of Persian Rose #E7239D

Tints of Persian Rose #E7239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.27%

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

R = 54.61%
G = 8.27%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7239D (or 0xE7239D) is known color: Persian Rose. HEX triplet: E7, 23 and 9D. RGB value is (231,35,157). Sum of RGB (Red+Green+Blue) = 231+35+157=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E7239D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7239D is #18DC62. Grayscale: #6B6B6B. Windows color (decimal): -1629283 or 10298343. OLE color: 10298343.

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

Color convert

RGB 231 35 157 -
CMYK 0 0.85 0.32 0.09
HSL 322.65º 0.8% 0.52% -
HSV(B) 322.65º 0.85% 0.91% -
XYZ 39.64 20.63 33.79 -
YUV 107.51 155.93 216.08 -
System Red Green Blue C M Y K H S L
Decimal 231 35 157 0 0.85 0.32 0.09 322.65 0.8 0.52
Hex E7 23 9D 0 55 20 9 143 50 34
Octal 347 43 235 0 125 40 11 503 120 64
Binary 11100111 100011 10011101 0 1010101 100000 1001 101000011 1010000 110100

Color Harmonies of #E7239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7239D

Black with #E7239D

Text Example


Text Example

White with #E7239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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