Html Css Color HEX #E9259C Persian Rose

📋 copy color: '#E9259C'

red 233 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #E9259C

Tints of Persian Rose #E9259C

RGB

 RED value IS 233 (91.41% from 255) = 54.69%

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

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

R = 54.69%
G = 8.69%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E9259C (or 0xE9259C) is known color: Persian Rose. HEX triplet: E9, 25 and 9C. RGB value is (233,37,156). Sum of RGB (Red+Green+Blue) = 233+37+156=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9259C is #16DA63. Grayscale: #6C6C6C. Windows color (decimal): -1497700 or 10233321. OLE color: 10233321.

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

Color convert

RGB 233 37 156 -
CMYK 0 0.84 0.33 0.09
HSL 323.57º 0.82% 0.53% -
HSV(B) 323.57º 0.84% 0.91% -
XYZ 40.27 21.05 33.39 -
YUV 109.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 233 37 156 0 0.84 0.33 0.09 323.57 0.82 0.53
Hex E9 25 9C 0 54 21 9 144 52 35
Octal 351 45 234 0 124 41 11 504 122 65
Binary 11101001 100101 10011100 0 1010100 100001 1001 101000100 1010010 110101

Color Harmonies of #E9259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9259C

Black with #E9259C

Text Example


Text Example

White with #E9259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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