Html Css Color HEX #E9269E Persian Rose

📋 copy color: '#E9269E'

red 233 ◦ green 38 ◦ blue 158

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

Shades of Persian Rose #E9269E

Tints of Persian Rose #E9269E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.86%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 54.31%
G = 8.86%
B = 36.83%

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

#E9269E (or 0xE9269E) is known color: Persian Rose. HEX triplet: E9, 26 and 9E. RGB value is (233,38,158). Sum of RGB (Red+Green+Blue) = 233+38+158=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9269E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9269E is #16D961. Grayscale: #6D6D6D. Windows color (decimal): -1497442 or 10364649. OLE color: 10364649.

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

Color convert

RGB 233 38 158 -
CMYK 0 0.84 0.32 0.09
HSL 323.08º 0.82% 0.53% -
HSV(B) 323.08º 0.84% 0.91% -
XYZ 40.47 21.18 34.3 -
YUV 109.99 155.1 215.74 -
System Red Green Blue C M Y K H S L
Decimal 233 38 158 0 0.84 0.32 0.09 323.08 0.82 0.53
Hex E9 26 9E 0 54 20 9 143 52 35
Octal 351 46 236 0 124 40 11 503 122 65
Binary 11101001 100110 10011110 0 1010100 100000 1001 101000011 1010010 110101

Color Harmonies of #E9269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9269E

Black with #E9269E

Text Example


Text Example

White with #E9269E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9269E; }

 p { color: rgb(233,38,158); }

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

background-color css

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

 a { background-color: rgb(233,38,158); }

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

border-color css

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

 span { border-color: rgb(233,38,158); }

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