Html Css Color HEX #E67AB5 Persian Pink

📋 copy color: '#E67AB5'

red 230 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #E67AB5

Tints of Persian Pink #E67AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.96%

R = 43.15%
G = 22.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E67AB5 (or 0xE67AB5) is known color: Persian Pink. HEX triplet: E6, 7A and B5. RGB value is (230,122,181). Sum of RGB (Red+Green+Blue) = 230+122+181=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AB5 is #19854A. Grayscale: #A0A0A0. Windows color (decimal): -1672523 or 11893478. OLE color: 11893478.

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

Color convert

RGB 230 122 181 -
CMYK 0 0.47 0.21 0.10
HSL 327.22º 0.68% 0.69% -
HSV(B) 327.22º 0.47% 0.9% -
XYZ 47.93 34.08 47.77 -
YUV 161.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 230 122 181 0 0.47 0.21 0.10 327.22 0.68 0.69
Hex E6 7A B5 0 2F 15 A 147 44 45
Octal 346 172 265 0 57 25 12 507 104 105
Binary 11100110 1111010 10110101 0 101111 10101 1010 101000111 1000100 1000101

Color Harmonies of #E67AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67AB5

Black with #E67AB5

Text Example


Text Example

White with #E67AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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