Html Css Color HEX #ED8ABA Persian Pink

📋 copy color: '#ED8ABA'

red 237 ◦ green 138 ◦ blue 186

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

Shades of Persian Pink #ED8ABA

Tints of Persian Pink #ED8ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

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

R = 42.25%
G = 24.6%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED8ABA (or 0xED8ABA) is known color: Persian Pink. HEX triplet: ED, 8A and BA. RGB value is (237,138,186). Sum of RGB (Red+Green+Blue) = 237+138+186=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ABA is #127545. Grayscale: #ACACAC. Windows color (decimal): -1209670 or 12225261. OLE color: 12225261.

HSL color Cylindrical-coordinate representation of color #ED8ABA: hue angle of 330.91º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8ABA is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 138 186 -
CMYK 0 0.42 0.22 0.07
HSL 330.91º 0.73% 0.74% -
HSV(B) 330.91º 0.42% 0.93% -
XYZ 52.88 39.73 51.34 -
YUV 173.07 135.3 173.6 -
System Red Green Blue C M Y K H S L
Decimal 237 138 186 0 0.42 0.22 0.07 330.91 0.73 0.74
Hex ED 8A BA 0 2A 16 7 14B 49 4A
Octal 355 212 272 0 52 26 7 513 111 112
Binary 11101101 10001010 10111010 0 101010 10110 111 101001011 1001001 1001010

Color Harmonies of #ED8ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8ABA

Black with #ED8ABA

Text Example


Text Example

White with #ED8ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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