Html Css Color HEX #E23FAB Persian Rose

📋 copy color: '#E23FAB'

red 226 ◦ green 63 ◦ blue 171

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

Shades of Persian Rose #E23FAB

Tints of Persian Rose #E23FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.7%

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

R = 49.13%
G = 13.7%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E23FAB (or 0xE23FAB) is known color: Persian Rose. HEX triplet: E2, 3F and AB. RGB value is (226,63,171). Sum of RGB (Red+Green+Blue) = 226+63+171=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23FAB is #1DC054. Grayscale: #7B7B7B. Windows color (decimal): -1949781 or 11223010. OLE color: 11223010.

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

Color convert

RGB 226 63 171 -
CMYK 0 0.72 0.24 0.11
HSL 320.25º 0.74% 0.57% -
HSV(B) 320.25º 0.72% 0.89% -
XYZ 40.49 22.66 40.77 -
YUV 124.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 226 63 171 0 0.72 0.24 0.11 320.25 0.74 0.57
Hex E2 3F AB 0 48 18 B 140 4A 39
Octal 342 77 253 0 110 30 13 500 112 71
Binary 11100010 111111 10101011 0 1001000 11000 1011 101000000 1001010 111001

Color Harmonies of #E23FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23FAB

Black with #E23FAB

Text Example


Text Example

White with #E23FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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