Html Css Color HEX #E235AC Persian Rose

📋 copy color: '#E235AC'

red 226 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #E235AC

Tints of Persian Rose #E235AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.75%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 50.11%
G = 11.75%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E235AC (or 0xE235AC) is known color: Persian Rose. HEX triplet: E2, 35 and AC. RGB value is (226,53,172). Sum of RGB (Red+Green+Blue) = 226+53+172=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E235AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E235AC is #1DCA53. Grayscale: #757575. Windows color (decimal): -1952340 or 11285986. OLE color: 11285986.

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

Color convert

RGB 226 53 172 -
CMYK 0 0.77 0.24 0.11
HSL 318.73º 0.75% 0.55% -
HSV(B) 318.73º 0.77% 0.89% -
XYZ 40.08 21.69 41.1 -
YUV 118.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 226 53 172 0 0.77 0.24 0.11 318.73 0.75 0.55
Hex E2 35 AC 0 4D 18 B 13F 4B 37
Octal 342 65 254 0 115 30 13 477 113 67
Binary 11100010 110101 10101100 0 1001101 11000 1011 100111111 1001011 110111

Color Harmonies of #E235AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E235AC

Black with #E235AC

Text Example


Text Example

White with #E235AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E235AC; }

 p { color: rgb(226,53,172); }

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

background-color css

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

 a { background-color: rgb(226,53,172); }

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

border-color css

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

 span { border-color: rgb(226,53,172); }

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