Html Css Color HEX #E67CAC Persian Pink

📋 copy color: '#E67CAC'

red 230 ◦ green 124 ◦ blue 172

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

Shades of Persian Pink #E67CAC

Tints of Persian Pink #E67CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.57%

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

R = 43.73%
G = 23.57%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E67CAC (or 0xE67CAC) is known color: Persian Pink. HEX triplet: E6, 7C and AC. RGB value is (230,124,172). Sum of RGB (Red+Green+Blue) = 230+124+172=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67CAC is #198353. Grayscale: #A1A1A1. Windows color (decimal): -1672020 or 11304166. OLE color: 11304166.

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

Color convert

RGB 230 124 172 -
CMYK 0 0.46 0.25 0.10
HSL 332.83º 0.68% 0.69% -
HSV(B) 332.83º 0.46% 0.9% -
XYZ 47.29 34.22 43.14 -
YUV 161.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 230 124 172 0 0.46 0.25 0.10 332.83 0.68 0.69
Hex E6 7C AC 0 2E 19 A 14D 44 45
Octal 346 174 254 0 56 31 12 515 104 105
Binary 11100110 1111100 10101100 0 101110 11001 1010 101001101 1000100 1000101

Color Harmonies of #E67CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CAC

Black with #E67CAC

Text Example


Text Example

White with #E67CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CAC; }

 p { color: rgb(230,124,172); }

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

background-color css

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

 a { background-color: rgb(230,124,172); }

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

border-color css

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

 span { border-color: rgb(230,124,172); }

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