Html Css Color HEX #E67AB4 Persian Pink

📋 copy color: '#E67AB4'

red 230 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #E67AB4

Tints of Persian Pink #E67AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.83%

R = 43.23%
G = 22.93%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E67AB4 (or 0xE67AB4) is known color: Persian Pink. HEX triplet: E6, 7A and B4. RGB value is (230,122,180). Sum of RGB (Red+Green+Blue) = 230+122+180=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67AB4 is #19854B. Grayscale: #A0A0A0. Windows color (decimal): -1672524 or 11827942. OLE color: 11827942.

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

Color convert

RGB 230 122 180 -
CMYK 0 0.47 0.22 0.10
HSL 327.78º 0.68% 0.69% -
HSV(B) 327.78º 0.47% 0.9% -
XYZ 47.83 34.04 47.23 -
YUV 160.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 230 122 180 0 0.47 0.22 0.10 327.78 0.68 0.69
Hex E6 7A B4 0 2F 16 A 148 44 45
Octal 346 172 264 0 57 26 12 510 104 105
Binary 11100110 1111010 10110100 0 101111 10110 1010 101001000 1000100 1000101

Color Harmonies of #E67AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67AB4

Black with #E67AB4

Text Example


Text Example

White with #E67AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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