Html Css Color HEX #ED7ABB Persian Pink

📋 copy color: '#ED7ABB'

red 237 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #ED7ABB

Tints of Persian Pink #ED7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 43.41%
G = 22.34%
B = 34.25%

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

#ED7ABB (or 0xED7ABB) is known color: Persian Pink. HEX triplet: ED, 7A and BB. RGB value is (237,122,187). Sum of RGB (Red+Green+Blue) = 237+122+187=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ABB is #128544. Grayscale: #A3A3A3. Windows color (decimal): -1213765 or 12286701. OLE color: 12286701.

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

Color convert

RGB 237 122 187 -
CMYK 0 0.49 0.21 0.07
HSL 326.09º 0.76% 0.7% -
HSV(B) 326.09º 0.49% 0.93% -
XYZ 50.85 35.51 51.19 -
YUV 163.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 237 122 187 0 0.49 0.21 0.07 326.09 0.76 0.7
Hex ED 7A BB 0 31 15 7 146 4C 46
Octal 355 172 273 0 61 25 7 506 114 106
Binary 11101101 1111010 10111011 0 110001 10101 111 101000110 1001100 1000110

Color Harmonies of #ED7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7ABB

Black with #ED7ABB

Text Example


Text Example

White with #ED7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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