Html Css Color HEX #E67EAF Persian Pink

📋 copy color: '#E67EAF'

red 230 ◦ green 126 ◦ blue 175

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

Shades of Persian Pink #E67EAF

Tints of Persian Pink #E67EAF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.73%

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

R = 43.31%
G = 23.73%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E67EAF (or 0xE67EAF) is known color: Persian Pink. HEX triplet: E6, 7E and AF. RGB value is (230,126,175). Sum of RGB (Red+Green+Blue) = 230+126+175=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67EAF is #198150. Grayscale: #A2A2A2. Windows color (decimal): -1671505 or 11501286. OLE color: 11501286.

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

Color convert

RGB 230 126 175 -
CMYK 0 0.45 0.24 0.10
HSL 331.73º 0.68% 0.7% -
HSV(B) 331.73º 0.45% 0.9% -
XYZ 47.83 34.84 44.76 -
YUV 162.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 230 126 175 0 0.45 0.24 0.10 331.73 0.68 0.7
Hex E6 7E AF 0 2D 18 A 14C 44 46
Octal 346 176 257 0 55 30 12 514 104 106
Binary 11100110 1111110 10101111 0 101101 11000 1010 101001100 1000100 1000110

Color Harmonies of #E67EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EAF

Black with #E67EAF

Text Example


Text Example

White with #E67EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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