Html Css Color HEX #ED7AB2 Persian Pink

📋 copy color: '#ED7AB2'

red 237 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #ED7AB2

Tints of Persian Pink #ED7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.15%

R = 44.13%
G = 22.72%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED7AB2 (or 0xED7AB2) is known color: Persian Pink. HEX triplet: ED, 7A and B2. RGB value is (237,122,178). Sum of RGB (Red+Green+Blue) = 237+122+178=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7AB2 is #12854D. Grayscale: #A2A2A2. Windows color (decimal): -1213774 or 11696877. OLE color: 11696877.

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

Color convert

RGB 237 122 178 -
CMYK 0 0.49 0.25 0.07
HSL 330.78º 0.76% 0.7% -
HSV(B) 330.78º 0.49% 0.93% -
XYZ 49.92 35.14 46.27 -
YUV 162.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 237 122 178 0 0.49 0.25 0.07 330.78 0.76 0.7
Hex ED 7A B2 0 31 19 7 14B 4C 46
Octal 355 172 262 0 61 31 7 513 114 106
Binary 11101101 1111010 10110010 0 110001 11001 111 101001011 1001100 1000110

Color Harmonies of #ED7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AB2

Black with #ED7AB2

Text Example


Text Example

White with #ED7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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