Html Css Color HEX #E7259C Persian Rose

📋 copy color: '#E7259C'

red 231 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #E7259C

Tints of Persian Rose #E7259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.73%

 BLUE value IS 156 (61.33% from 255) = 36.79%

R = 54.48%
G = 8.73%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E7259C (or 0xE7259C) is known color: Persian Rose. HEX triplet: E7, 25 and 9C. RGB value is (231,37,156). Sum of RGB (Red+Green+Blue) = 231+37+156=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E7259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7259C is #18DA63. Grayscale: #6C6C6C. Windows color (decimal): -1628772 or 10233319. OLE color: 10233319.

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

Color convert

RGB 231 37 156 -
CMYK 0 0.84 0.32 0.09
HSL 323.2º 0.8% 0.53% -
HSV(B) 323.2º 0.84% 0.91% -
XYZ 39.62 20.71 33.36 -
YUV 108.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 231 37 156 0 0.84 0.32 0.09 323.2 0.8 0.53
Hex E7 25 9C 0 54 20 9 143 50 35
Octal 347 45 234 0 124 40 11 503 120 65
Binary 11100111 100101 10011100 0 1010100 100000 1001 101000011 1010000 110101

Color Harmonies of #E7259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7259C

Black with #E7259C

Text Example


Text Example

White with #E7259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7259C; }

 p { color: rgb(231,37,156); }

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

background-color css

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

 a { background-color: rgb(231,37,156); }

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

border-color css

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

 span { border-color: rgb(231,37,156); }

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