Html Css Color HEX #E67EBE Persian Pink

📋 copy color: '#E67EBE'

red 230 ◦ green 126 ◦ blue 190

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

Shades of Persian Pink #E67EBE

Tints of Persian Pink #E67EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 42.12%
G = 23.08%
B = 34.8%

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

#E67EBE (or 0xE67EBE) is known color: Persian Pink. HEX triplet: E6, 7E and BE. RGB value is (230,126,190). Sum of RGB (Red+Green+Blue) = 230+126+190=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67EBE is #198141. Grayscale: #A4A4A4. Windows color (decimal): -1671490 or 12484326. OLE color: 12484326.

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

Color convert

RGB 230 126 190 -
CMYK 0 0.45 0.17 0.10
HSL 323.08º 0.68% 0.7% -
HSV(B) 323.08º 0.45% 0.9% -
XYZ 49.39 35.46 52.96 -
YUV 164.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 230 126 190 0 0.45 0.17 0.10 323.08 0.68 0.7
Hex E6 7E BE 0 2D 11 A 143 44 46
Octal 346 176 276 0 55 21 12 503 104 106
Binary 11100110 1111110 10111110 0 101101 10001 1010 101000011 1000100 1000110

Color Harmonies of #E67EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67EBE

Black with #E67EBE

Text Example


Text Example

White with #E67EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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