Html Css Color HEX #ED7AAD Persian Pink

📋 copy color: '#ED7AAD'

red 237 ◦ green 122 ◦ blue 173

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

Shades of Persian Pink #ED7AAD

Tints of Persian Pink #ED7AAD

RGB

 RED value IS 237 (92.97% from 255) = 44.55%

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

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

R = 44.55%
G = 22.93%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED7AAD (or 0xED7AAD) is known color: Persian Pink. HEX triplet: ED, 7A and AD. RGB value is (237,122,173). Sum of RGB (Red+Green+Blue) = 237+122+173=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7AAD is #128552. Grayscale: #A2A2A2. Windows color (decimal): -1213779 or 11369197. OLE color: 11369197.

HSL color Cylindrical-coordinate representation of color #ED7AAD: hue angle of 333.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7AAD is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 173 -
CMYK 0 0.49 0.27 0.07
HSL 333.39º 0.76% 0.7% -
HSV(B) 333.39º 0.49% 0.93% -
XYZ 49.43 34.94 43.67 -
YUV 162.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 237 122 173 0 0.49 0.27 0.07 333.39 0.76 0.7
Hex ED 7A AD 0 31 1B 7 14D 4C 46
Octal 355 172 255 0 61 33 7 515 114 106
Binary 11101101 1111010 10101101 0 110001 11011 111 101001101 1001100 1000110

Color Harmonies of #ED7AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AAD

Black with #ED7AAD

Text Example


Text Example

White with #ED7AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AAD; }

 p { color: rgb(237,122,173); }

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

background-color css

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

 a { background-color: rgb(237,122,173); }

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

border-color css

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

 span { border-color: rgb(237,122,173); }

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