Html Css Color HEX #E8239B Persian Rose

📋 copy color: '#E8239B'

red 232 ◦ green 35 ◦ blue 155

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

Shades of Persian Rose #E8239B

Tints of Persian Rose #E8239B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.29%

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

R = 54.98%
G = 8.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8239B (or 0xE8239B) is known color: Persian Rose. HEX triplet: E8, 23 and 9B. RGB value is (232,35,155). Sum of RGB (Red+Green+Blue) = 232+35+155=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8239B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8239B is #17DC64. Grayscale: #6B6B6B. Windows color (decimal): -1563749 or 10167272. OLE color: 10167272.

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

Color convert

RGB 232 35 155 -
CMYK 0 0.85 0.33 0.09
HSL 323.45º 0.81% 0.52% -
HSV(B) 323.45º 0.85% 0.91% -
XYZ 39.8 20.72 32.91 -
YUV 107.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 232 35 155 0 0.85 0.33 0.09 323.45 0.81 0.52
Hex E8 23 9B 0 55 21 9 143 51 34
Octal 350 43 233 0 125 41 11 503 121 64
Binary 11101000 100011 10011011 0 1010101 100001 1001 101000011 1010001 110100

Color Harmonies of #E8239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8239B

Black with #E8239B

Text Example


Text Example

White with #E8239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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