Html Css Color HEX #E239A5 Persian Rose

📋 copy color: '#E239A5'

red 226 ◦ green 57 ◦ blue 165

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

Shades of Persian Rose #E239A5

Tints of Persian Rose #E239A5

RGB

 RED value IS 226 (88.67% from 255) = 50.45%

 GREEN value IS 57 (22.66% from 255) = 12.72%

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 50.45%
G = 12.72%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E239A5 (or 0xE239A5) is known color: Persian Rose. HEX triplet: E2, 39 and A5. RGB value is (226,57,165). Sum of RGB (Red+Green+Blue) = 226+57+165=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E239A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E239A5 is #1DC65A. Grayscale: #777777. Windows color (decimal): -1951323 or 10828258. OLE color: 10828258.

HSL color Cylindrical-coordinate representation of color #E239A5: hue angle of 321.66º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239A5 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 57 165 -
CMYK 0 0.75 0.27 0.11
HSL 321.66º 0.74% 0.55% -
HSV(B) 321.66º 0.75% 0.89% -
XYZ 39.62 21.81 37.72 -
YUV 119.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 226 57 165 0 0.75 0.27 0.11 321.66 0.74 0.55
Hex E2 39 A5 0 4B 1B B 142 4A 37
Octal 342 71 245 0 113 33 13 502 112 67
Binary 11100010 111001 10100101 0 1001011 11011 1011 101000010 1001010 110111

Color Harmonies of #E239A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E239A5

Black with #E239A5

Text Example


Text Example

White with #E239A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E239A5; }

 p { color: rgb(226,57,165); }

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

background-color css

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

 a { background-color: rgb(226,57,165); }

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

border-color css

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

 span { border-color: rgb(226,57,165); }

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