Html Css Color HEX #E67EC2 Persian Pink

📋 copy color: '#E67EC2'

red 230 ◦ green 126 ◦ blue 194

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

Shades of Persian Pink #E67EC2

Tints of Persian Pink #E67EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.27%

R = 41.82%
G = 22.91%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E67EC2 (or 0xE67EC2) is known color: Persian Pink. HEX triplet: E6, 7E and C2. RGB value is (230,126,194). Sum of RGB (Red+Green+Blue) = 230+126+194=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EC2 is #19813D. Grayscale: #A4A4A4. Windows color (decimal): -1671486 or 12746470. OLE color: 12746470.

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

Color convert

RGB 230 126 194 -
CMYK 0 0.45 0.16 0.10
HSL 320.77º 0.68% 0.7% -
HSV(B) 320.77º 0.45% 0.9% -
XYZ 49.83 35.64 55.29 -
YUV 164.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 230 126 194 0 0.45 0.16 0.10 320.77 0.68 0.7
Hex E6 7E C2 0 2D 10 A 141 44 46
Octal 346 176 302 0 55 20 12 501 104 106
Binary 11100110 1111110 11000010 0 101101 10000 1010 101000001 1000100 1000110

Color Harmonies of #E67EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EC2

Black with #E67EC2

Text Example


Text Example

White with #E67EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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