Html Css Color HEX #E7239A Persian Rose

📋 copy color: '#E7239A'

red 231 ◦ green 35 ◦ blue 154

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

Shades of Persian Rose #E7239A

Tints of Persian Rose #E7239A

RGB

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

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

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

R = 55%
G = 8.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7239A (or 0xE7239A) is known color: Persian Rose. HEX triplet: E7, 23 and 9A. RGB value is (231,35,154). Sum of RGB (Red+Green+Blue) = 231+35+154=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7239A is #18DC65. Grayscale: #6A6A6A. Windows color (decimal): -1629286 or 10101735. OLE color: 10101735.

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

Color convert

RGB 231 35 154 -
CMYK 0 0.85 0.33 0.09
HSL 323.57º 0.8% 0.52% -
HSV(B) 323.57º 0.85% 0.91% -
XYZ 39.39 20.52 32.46 -
YUV 107.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 231 35 154 0 0.85 0.33 0.09 323.57 0.8 0.52
Hex E7 23 9A 0 55 21 9 144 50 34
Octal 347 43 232 0 125 41 11 504 120 64
Binary 11100111 100011 10011010 0 1010101 100001 1001 101000100 1010000 110100

Color Harmonies of #E7239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7239A

Black with #E7239A

Text Example


Text Example

White with #E7239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7239A; }

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

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

background-color css

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

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

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

border-color css

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

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

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