Html Css Color HEX #E8289B Persian Rose

📋 copy color: '#E8289B'

red 232 ◦ green 40 ◦ blue 155

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

Shades of Persian Rose #E8289B

Tints of Persian Rose #E8289B

RGB

 RED value IS 232 (91.02% from 255) = 54.33%

 GREEN value IS 40 (16.02% from 255) = 9.37%

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 54.33%
G = 9.37%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8289B (or 0xE8289B) is known color: Persian Rose. HEX triplet: E8, 28 and 9B. RGB value is (232,40,155). Sum of RGB (Red+Green+Blue) = 232+40+155=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8289B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8289B is #17D764. Grayscale: #6E6E6E. Windows color (decimal): -1562469 or 10168552. OLE color: 10168552.

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

Color convert

RGB 232 40 155 -
CMYK 0 0.83 0.33 0.09
HSL 324.06º 0.81% 0.53% -
HSV(B) 324.06º 0.83% 0.91% -
XYZ 39.95 21.04 32.97 -
YUV 110.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 232 40 155 0 0.83 0.33 0.09 324.06 0.81 0.53
Hex E8 28 9B 0 53 21 9 144 51 35
Octal 350 50 233 0 123 41 11 504 121 65
Binary 11101000 101000 10011011 0 1010011 100001 1001 101000100 1010001 110101

Color Harmonies of #E8289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8289B

Black with #E8289B

Text Example


Text Example

White with #E8289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8289B; }

 p { color: rgb(232,40,155); }

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

background-color css

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

 a { background-color: rgb(232,40,155); }

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

border-color css

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

 span { border-color: rgb(232,40,155); }

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