Html Css Color HEX #E235AB Persian Rose

📋 copy color: '#E235AB'

red 226 ◦ green 53 ◦ blue 171

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

Shades of Persian Rose #E235AB

Tints of Persian Rose #E235AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 50.22%
G = 11.78%
B = 38%

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

#E235AB (or 0xE235AB) is known color: Persian Rose. HEX triplet: E2, 35 and AB. RGB value is (226,53,171). Sum of RGB (Red+Green+Blue) = 226+53+171=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E235AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E235AB is #1DCA54. Grayscale: #757575. Windows color (decimal): -1952341 or 11220450. OLE color: 11220450.

HSL color Cylindrical-coordinate representation of color #E235AB: hue angle of 319.08º 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 #E235AB is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 53 171 -
CMYK 0 0.77 0.24 0.11
HSL 319.08º 0.75% 0.55% -
HSV(B) 319.08º 0.77% 0.89% -
XYZ 39.99 21.66 40.6 -
YUV 118.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 226 53 171 0 0.77 0.24 0.11 319.08 0.75 0.55
Hex E2 35 AB 0 4D 18 B 13F 4B 37
Octal 342 65 253 0 115 30 13 477 113 67
Binary 11100010 110101 10101011 0 1001101 11000 1011 100111111 1001011 110111

Color Harmonies of #E235AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E235AB

Black with #E235AB

Text Example


Text Example

White with #E235AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E235AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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