Html Css Color HEX #E67AB8 Persian Pink

📋 copy color: '#E67AB8'

red 230 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #E67AB8

Tints of Persian Pink #E67AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.33%

R = 42.91%
G = 22.76%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E67AB8 (or 0xE67AB8) is known color: Persian Pink. HEX triplet: E6, 7A and B8. RGB value is (230,122,184). Sum of RGB (Red+Green+Blue) = 230+122+184=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AB8 is #198547. Grayscale: #A1A1A1. Windows color (decimal): -1672520 or 12090086. OLE color: 12090086.

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

Color convert

RGB 230 122 184 -
CMYK 0 0.47 0.2 0.10
HSL 325.56º 0.68% 0.69% -
HSV(B) 325.56º 0.47% 0.9% -
XYZ 48.24 34.2 49.41 -
YUV 161.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 230 122 184 0 0.47 0.2 0.10 325.56 0.68 0.69
Hex E6 7A B8 0 2F 14 A 146 44 45
Octal 346 172 270 0 57 24 12 506 104 105
Binary 11100110 1111010 10111000 0 101111 10100 1010 101000110 1000100 1000101

Color Harmonies of #E67AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67AB8

Black with #E67AB8

Text Example


Text Example

White with #E67AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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