Html Css Color HEX #E9269D Persian Rose

📋 copy color: '#E9269D'

red 233 ◦ green 38 ◦ blue 157

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

Shades of Persian Rose #E9269D

Tints of Persian Rose #E9269D

RGB

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

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

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

R = 54.44%
G = 8.88%
B = 36.68%

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

#E9269D (or 0xE9269D) is known color: Persian Rose. HEX triplet: E9, 26 and 9D. RGB value is (233,38,157). Sum of RGB (Red+Green+Blue) = 233+38+157=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9269D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9269D is #16D962. Grayscale: #6D6D6D. Windows color (decimal): -1497443 or 10299113. OLE color: 10299113.

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

Color convert

RGB 233 38 157 -
CMYK 0 0.84 0.33 0.09
HSL 323.38º 0.82% 0.53% -
HSV(B) 323.38º 0.84% 0.91% -
XYZ 40.38 21.14 33.85 -
YUV 109.87 154.6 215.82 -
System Red Green Blue C M Y K H S L
Decimal 233 38 157 0 0.84 0.33 0.09 323.38 0.82 0.53
Hex E9 26 9D 0 54 21 9 143 52 35
Octal 351 46 235 0 124 41 11 503 122 65
Binary 11101001 100110 10011101 0 1010100 100001 1001 101000011 1010010 110101

Color Harmonies of #E9269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9269D

Black with #E9269D

Text Example


Text Example

White with #E9269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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