Html Css Color HEX #E238AC Persian Rose

📋 copy color: '#E238AC'

red 226 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #E238AC

Tints of Persian Rose #E238AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.33%

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

R = 49.78%
G = 12.33%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E238AC (or 0xE238AC) is known color: Persian Rose. HEX triplet: E2, 38 and AC. RGB value is (226,56,172). Sum of RGB (Red+Green+Blue) = 226+56+172=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E238AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E238AC is #1DC753. Grayscale: #777777. Windows color (decimal): -1951572 or 11286754. OLE color: 11286754.

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

Color convert

RGB 226 56 172 -
CMYK 0 0.75 0.24 0.11
HSL 319.06º 0.75% 0.55% -
HSV(B) 319.06º 0.75% 0.89% -
XYZ 40.22 21.98 41.15 -
YUV 120.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 226 56 172 0 0.75 0.24 0.11 319.06 0.75 0.55
Hex E2 38 AC 0 4B 18 B 13F 4B 37
Octal 342 70 254 0 113 30 13 477 113 67
Binary 11100010 111000 10101100 0 1001011 11000 1011 100111111 1001011 110111

Color Harmonies of #E238AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E238AC

Black with #E238AC

Text Example


Text Example

White with #E238AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E238AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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