Html Css Color HEX #E67BAC Persian Pink

📋 copy color: '#E67BAC'

red 230 ◦ green 123 ◦ blue 172

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

Shades of Persian Pink #E67BAC

Tints of Persian Pink #E67BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.43%

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

R = 43.81%
G = 23.43%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E67BAC (or 0xE67BAC) is known color: Persian Pink. HEX triplet: E6, 7B and AC. RGB value is (230,123,172). Sum of RGB (Red+Green+Blue) = 230+123+172=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67BAC is #198453. Grayscale: #A0A0A0. Windows color (decimal): -1672276 or 11303910. OLE color: 11303910.

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

Color convert

RGB 230 123 172 -
CMYK 0 0.47 0.25 0.10
HSL 332.52º 0.68% 0.69% -
HSV(B) 332.52º 0.47% 0.9% -
XYZ 47.16 33.97 43.1 -
YUV 160.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 230 123 172 0 0.47 0.25 0.10 332.52 0.68 0.69
Hex E6 7B AC 0 2F 19 A 14D 44 45
Octal 346 173 254 0 57 31 12 515 104 105
Binary 11100110 1111011 10101100 0 101111 11001 1010 101001101 1000100 1000101

Color Harmonies of #E67BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67BAC

Black with #E67BAC

Text Example


Text Example

White with #E67BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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