Html Css Color HEX #ED7ABF Persian Pink

📋 copy color: '#ED7ABF'

red 237 ◦ green 122 ◦ blue 191

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

Shades of Persian Pink #ED7ABF

Tints of Persian Pink #ED7ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 43.09%
G = 22.18%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED7ABF (or 0xED7ABF) is known color: Persian Pink. HEX triplet: ED, 7A and BF. RGB value is (237,122,191). Sum of RGB (Red+Green+Blue) = 237+122+191=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ABF is #128540. Grayscale: #A4A4A4. Windows color (decimal): -1213761 or 12548845. OLE color: 12548845.

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

Color convert

RGB 237 122 191 -
CMYK 0 0.49 0.19 0.07
HSL 324º 0.76% 0.7% -
HSV(B) 324º 0.49% 0.93% -
XYZ 51.29 35.69 53.47 -
YUV 164.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 237 122 191 0 0.49 0.19 0.07 324 0.76 0.7
Hex ED 7A BF 0 31 13 7 144 4C 46
Octal 355 172 277 0 61 23 7 504 114 106
Binary 11101101 1111010 10111111 0 110001 10011 111 101000100 1001100 1000110

Color Harmonies of #ED7ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ABF

Black with #ED7ABF

Text Example


Text Example

White with #ED7ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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