Html Css Color HEX #E67ABA Persian Pink

📋 copy color: '#E67ABA'

red 230 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #E67ABA

Tints of Persian Pink #E67ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.68%

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 42.75%
G = 22.68%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E67ABA (or 0xE67ABA) is known color: Persian Pink. HEX triplet: E6, 7A and BA. RGB value is (230,122,186). Sum of RGB (Red+Green+Blue) = 230+122+186=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ABA is #198545. Grayscale: #A1A1A1. Windows color (decimal): -1672518 or 12221158. OLE color: 12221158.

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

Color convert

RGB 230 122 186 -
CMYK 0 0.47 0.19 0.10
HSL 324.44º 0.68% 0.69% -
HSV(B) 324.44º 0.47% 0.9% -
XYZ 48.46 34.29 50.52 -
YUV 161.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 230 122 186 0 0.47 0.19 0.10 324.44 0.68 0.69
Hex E6 7A BA 0 2F 13 A 144 44 45
Octal 346 172 272 0 57 23 12 504 104 105
Binary 11100110 1111010 10111010 0 101111 10011 1010 101000100 1000100 1000101

Color Harmonies of #E67ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ABA

Black with #E67ABA

Text Example


Text Example

White with #E67ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ABA; }

 p { color: rgb(230,122,186); }

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

background-color css

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

 a { background-color: rgb(230,122,186); }

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

border-color css

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

 span { border-color: rgb(230,122,186); }

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