Html Css Color HEX #ED7ABC Persian Pink

📋 copy color: '#ED7ABC'

red 237 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #ED7ABC

Tints of Persian Pink #ED7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.37%

R = 43.33%
G = 22.3%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED7ABC (or 0xED7ABC) is known color: Persian Pink. HEX triplet: ED, 7A and BC. RGB value is (237,122,188). Sum of RGB (Red+Green+Blue) = 237+122+188=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ABC is #128543. Grayscale: #A3A3A3. Windows color (decimal): -1213764 or 12352237. OLE color: 12352237.

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

Color convert

RGB 237 122 188 -
CMYK 0 0.49 0.21 0.07
HSL 325.57º 0.76% 0.7% -
HSV(B) 325.57º 0.49% 0.93% -
XYZ 50.96 35.55 51.75 -
YUV 163.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 237 122 188 0 0.49 0.21 0.07 325.57 0.76 0.7
Hex ED 7A BC 0 31 15 7 146 4C 46
Octal 355 172 274 0 61 25 7 506 114 106
Binary 11101101 1111010 10111100 0 110001 10101 111 101000110 1001100 1000110

Color Harmonies of #ED7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ABC

Black with #ED7ABC

Text Example


Text Example

White with #ED7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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