Html Css Color HEX #ED7ABA Persian Pink

📋 copy color: '#ED7ABA'

red 237 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #ED7ABA

Tints of Persian Pink #ED7ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.13%

R = 43.49%
G = 22.39%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED7ABA (or 0xED7ABA) is known color: Persian Pink. HEX triplet: ED, 7A and BA. RGB value is (237,122,186). Sum of RGB (Red+Green+Blue) = 237+122+186=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ABA is #128545. Grayscale: #A3A3A3. Windows color (decimal): -1213766 or 12221165. OLE color: 12221165.

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

Color convert

RGB 237 122 186 -
CMYK 0 0.49 0.22 0.07
HSL 326.61º 0.76% 0.7% -
HSV(B) 326.61º 0.49% 0.93% -
XYZ 50.75 35.47 50.63 -
YUV 163.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 237 122 186 0 0.49 0.22 0.07 326.61 0.76 0.7
Hex ED 7A BA 0 31 16 7 147 4C 46
Octal 355 172 272 0 61 26 7 507 114 106
Binary 11101101 1111010 10111010 0 110001 10110 111 101000111 1001100 1000110

Color Harmonies of #ED7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ABA

Black with #ED7ABA

Text Example


Text Example

White with #ED7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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