Html Css Color HEX #E67CAF Persian Pink

📋 copy color: '#E67CAF'

red 230 ◦ green 124 ◦ blue 175

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

Shades of Persian Pink #E67CAF

Tints of Persian Pink #E67CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 43.48%
G = 23.44%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E67CAF (or 0xE67CAF) is known color: Persian Pink. HEX triplet: E6, 7C and AF. RGB value is (230,124,175). Sum of RGB (Red+Green+Blue) = 230+124+175=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E67CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67CAF is #198350. Grayscale: #A1A1A1. Windows color (decimal): -1672017 or 11500774. OLE color: 11500774.

HSL color Cylindrical-coordinate representation of color #E67CAF: hue angle of 331.13º 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 #E67CAF is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 124 175 -
CMYK 0 0.46 0.24 0.10
HSL 331.13º 0.68% 0.69% -
HSV(B) 331.13º 0.46% 0.9% -
XYZ 47.58 34.33 44.68 -
YUV 161.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 230 124 175 0 0.46 0.24 0.10 331.13 0.68 0.69
Hex E6 7C AF 0 2E 18 A 14B 44 45
Octal 346 174 257 0 56 30 12 513 104 105
Binary 11100110 1111100 10101111 0 101110 11000 1010 101001011 1000100 1000101

Color Harmonies of #E67CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67CAF

Black with #E67CAF

Text Example


Text Example

White with #E67CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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