Html Css Color HEX #E67EC0 Persian Pink

📋 copy color: '#E67EC0'

red 230 ◦ green 126 ◦ blue 192

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

Shades of Persian Pink #E67EC0

Tints of Persian Pink #E67EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 41.97%
G = 22.99%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E67EC0 (or 0xE67EC0) is known color: Persian Pink. HEX triplet: E6, 7E and C0. RGB value is (230,126,192). Sum of RGB (Red+Green+Blue) = 230+126+192=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EC0 is #19813F. Grayscale: #A4A4A4. Windows color (decimal): -1671488 or 12615398. OLE color: 12615398.

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

Color convert

RGB 230 126 192 -
CMYK 0 0.45 0.17 0.10
HSL 321.92º 0.68% 0.7% -
HSV(B) 321.92º 0.45% 0.9% -
XYZ 49.61 35.55 54.12 -
YUV 164.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 230 126 192 0 0.45 0.17 0.10 321.92 0.68 0.7
Hex E6 7E C0 0 2D 11 A 142 44 46
Octal 346 176 300 0 55 21 12 502 104 106
Binary 11100110 1111110 11000000 0 101101 10001 1010 101000010 1000100 1000110

Color Harmonies of #E67EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EC0

Black with #E67EC0

Text Example


Text Example

White with #E67EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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