Html Css Color HEX #ED7AC2 Persian Pink

📋 copy color: '#ED7AC2'

red 237 ◦ green 122 ◦ blue 194

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

Shades of Persian Pink #ED7AC2

Tints of Persian Pink #ED7AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 42.86%
G = 22.06%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED7AC2 (or 0xED7AC2) is known color: Persian Pink. HEX triplet: ED, 7A and C2. RGB value is (237,122,194). Sum of RGB (Red+Green+Blue) = 237+122+194=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AC2 is #12853D. Grayscale: #A4A4A4. Windows color (decimal): -1213758 or 12745453. OLE color: 12745453.

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

Color convert

RGB 237 122 194 -
CMYK 0 0.49 0.18 0.07
HSL 322.43º 0.76% 0.7% -
HSV(B) 322.43º 0.49% 0.93% -
XYZ 51.62 35.82 55.23 -
YUV 164.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 237 122 194 0 0.49 0.18 0.07 322.43 0.76 0.7
Hex ED 7A C2 0 31 12 7 142 4C 46
Octal 355 172 302 0 61 22 7 502 114 106
Binary 11101101 1111010 11000010 0 110001 10010 111 101000010 1001100 1000110

Color Harmonies of #ED7AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AC2

Black with #ED7AC2

Text Example


Text Example

White with #ED7AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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