Html Css Color HEX #E67DAD Persian Pink

📋 copy color: '#E67DAD'

red 230 ◦ green 125 ◦ blue 173

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

Shades of Persian Pink #E67DAD

Tints of Persian Pink #E67DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 43.56%
G = 23.67%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E67DAD (or 0xE67DAD) is known color: Persian Pink. HEX triplet: E6, 7D and AD. RGB value is (230,125,173). Sum of RGB (Red+Green+Blue) = 230+125+173=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DAD is #198252. Grayscale: #A1A1A1. Windows color (decimal): -1671763 or 11369958. OLE color: 11369958.

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

Color convert

RGB 230 125 173 -
CMYK 0 0.46 0.25 0.10
HSL 332.57º 0.68% 0.7% -
HSV(B) 332.57º 0.46% 0.9% -
XYZ 47.51 34.51 43.69 -
YUV 161.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 230 125 173 0 0.46 0.25 0.10 332.57 0.68 0.7
Hex E6 7D AD 0 2E 19 A 14D 44 46
Octal 346 175 255 0 56 31 12 515 104 106
Binary 11100110 1111101 10101101 0 101110 11001 1010 101001101 1000100 1000110

Color Harmonies of #E67DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DAD

Black with #E67DAD

Text Example


Text Example

White with #E67DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DAD; }

 p { color: rgb(230,125,173); }

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

background-color css

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

 a { background-color: rgb(230,125,173); }

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

border-color css

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

 span { border-color: rgb(230,125,173); }

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