Html Css Color HEX #E67ABD Persian Pink

📋 copy color: '#E67ABD'

red 230 ◦ green 122 ◦ blue 189

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

Shades of Persian Pink #E67ABD

Tints of Persian Pink #E67ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.94%

R = 42.51%
G = 22.55%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E67ABD (or 0xE67ABD) is known color: Persian Pink. HEX triplet: E6, 7A and BD. RGB value is (230,122,189). Sum of RGB (Red+Green+Blue) = 230+122+189=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ABD is #198542. Grayscale: #A1A1A1. Windows color (decimal): -1672515 or 12417766. OLE color: 12417766.

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

Color convert

RGB 230 122 189 -
CMYK 0 0.47 0.18 0.10
HSL 322.78º 0.68% 0.69% -
HSV(B) 322.78º 0.47% 0.9% -
XYZ 48.78 34.42 52.22 -
YUV 161.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 230 122 189 0 0.47 0.18 0.10 322.78 0.68 0.69
Hex E6 7A BD 0 2F 12 A 143 44 45
Octal 346 172 275 0 57 22 12 503 104 105
Binary 11100110 1111010 10111101 0 101111 10010 1010 101000011 1000100 1000101

Color Harmonies of #E67ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ABD

Black with #E67ABD

Text Example


Text Example

White with #E67ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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