Html Css Color HEX #E232AB Persian Rose

📋 copy color: '#E232AB'

red 226 ◦ green 50 ◦ blue 171

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

Shades of Persian Rose #E232AB

Tints of Persian Rose #E232AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.19%

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

R = 50.56%
G = 11.19%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E232AB (or 0xE232AB) is known color: Persian Rose. HEX triplet: E2, 32 and AB. RGB value is (226,50,171). Sum of RGB (Red+Green+Blue) = 226+50+171=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E232AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E232AB is #1DCD54. Grayscale: #747474. Windows color (decimal): -1953109 or 11219682. OLE color: 11219682.

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

Color convert

RGB 226 50 171 -
CMYK 0 0.78 0.24 0.11
HSL 318.75º 0.75% 0.54% -
HSV(B) 318.75º 0.78% 0.89% -
XYZ 39.86 21.39 40.56 -
YUV 116.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 226 50 171 0 0.78 0.24 0.11 318.75 0.75 0.54
Hex E2 32 AB 0 4E 18 B 13F 4B 36
Octal 342 62 253 0 116 30 13 477 113 66
Binary 11100010 110010 10101011 0 1001110 11000 1011 100111111 1001011 110110

Color Harmonies of #E232AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E232AB

Black with #E232AB

Text Example


Text Example

White with #E232AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E232AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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