Html Css Color HEX #ED7AAE Persian Pink

📋 copy color: '#ED7AAE'

red 237 ◦ green 122 ◦ blue 174

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

Shades of Persian Pink #ED7AAE

Tints of Persian Pink #ED7AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.65%

R = 44.47%
G = 22.89%
B = 32.65%

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

#ED7AAE (or 0xED7AAE) is known color: Persian Pink. HEX triplet: ED, 7A and AE. RGB value is (237,122,174). Sum of RGB (Red+Green+Blue) = 237+122+174=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7AAE is #128551. Grayscale: #A2A2A2. Windows color (decimal): -1213778 or 11434733. OLE color: 11434733.

HSL color Cylindrical-coordinate representation of color #ED7AAE: hue angle of 332.87º 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 #ED7AAE is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 174 -
CMYK 0 0.49 0.27 0.07
HSL 332.87º 0.76% 0.7% -
HSV(B) 332.87º 0.49% 0.93% -
XYZ 49.52 34.98 44.19 -
YUV 162.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 237 122 174 0 0.49 0.27 0.07 332.87 0.76 0.7
Hex ED 7A AE 0 31 1B 7 14D 4C 46
Octal 355 172 256 0 61 33 7 515 114 106
Binary 11101101 1111010 10101110 0 110001 11011 111 101001101 1001100 1000110

Color Harmonies of #ED7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AAE

Black with #ED7AAE

Text Example


Text Example

White with #ED7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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