Html Css Color HEX #E673AB Persian Pink

📋 copy color: '#E673AB'

red 230 ◦ green 115 ◦ blue 171

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

Shades of Persian Pink #E673AB

Tints of Persian Pink #E673AB

RGB

 RED value IS 230 (90.23% from 255) = 44.57%

 GREEN value IS 115 (45.31% from 255) = 22.29%

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

R = 44.57%
G = 22.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E673AB (or 0xE673AB) is known color: Persian Pink. HEX triplet: E6, 73 and AB. RGB value is (230,115,171). Sum of RGB (Red+Green+Blue) = 230+115+171=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E673AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E673AB is #198C54. Grayscale: #9B9B9B. Windows color (decimal): -1674325 or 11236326. OLE color: 11236326.

HSL color Cylindrical-coordinate representation of color #E673AB: hue angle of 330.78º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673AB is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 115 171 -
CMYK 0 0.5 0.26 0.10
HSL 330.78º 0.7% 0.68% -
HSV(B) 330.78º 0.5% 0.9% -
XYZ 46.11 32.02 42.28 -
YUV 155.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 230 115 171 0 0.5 0.26 0.10 330.78 0.7 0.68
Hex E6 73 AB 0 32 1A A 14B 46 44
Octal 346 163 253 0 62 32 12 513 106 104
Binary 11100110 1110011 10101011 0 110010 11010 1010 101001011 1000110 1000100

Color Harmonies of #E673AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673AB

Black with #E673AB

Text Example


Text Example

White with #E673AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673AB; }

 p { color: rgb(230,115,171); }

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

background-color css

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

 a { background-color: rgb(230,115,171); }

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

border-color css

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

 span { border-color: rgb(230,115,171); }

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