Html Css Color HEX #E8239D Persian Rose

📋 copy color: '#E8239D'

red 232 ◦ green 35 ◦ blue 157

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

Shades of Persian Rose #E8239D

Tints of Persian Rose #E8239D

RGB

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

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

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

R = 54.72%
G = 8.25%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8239D (or 0xE8239D) is known color: Persian Rose. HEX triplet: E8, 23 and 9D. RGB value is (232,35,157). Sum of RGB (Red+Green+Blue) = 232+35+157=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8239D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8239D is #17DC62. Grayscale: #6B6B6B. Windows color (decimal): -1563747 or 10298344. OLE color: 10298344.

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

Color convert

RGB 232 35 157 -
CMYK 0 0.85 0.32 0.09
HSL 322.84º 0.81% 0.52% -
HSV(B) 322.84º 0.85% 0.91% -
XYZ 39.97 20.79 33.81 -
YUV 107.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 232 35 157 0 0.85 0.32 0.09 322.84 0.81 0.52
Hex E8 23 9D 0 55 20 9 143 51 34
Octal 350 43 235 0 125 40 11 503 121 64
Binary 11101000 100011 10011101 0 1010101 100000 1001 101000011 1010001 110100

Color Harmonies of #E8239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8239D

Black with #E8239D

Text Example


Text Example

White with #E8239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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