Html Css Color HEX #ED7AB6 Persian Pink

📋 copy color: '#ED7AB6'

red 237 ◦ green 122 ◦ blue 182

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

Shades of Persian Pink #ED7AB6

Tints of Persian Pink #ED7AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.64%

R = 43.81%
G = 22.55%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED7AB6 (or 0xED7AB6) is known color: Persian Pink. HEX triplet: ED, 7A and B6. RGB value is (237,122,182). Sum of RGB (Red+Green+Blue) = 237+122+182=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 182 (71.48% from 255 or 33.64% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AB6 is #128549. Grayscale: #A3A3A3. Windows color (decimal): -1213770 or 11959021. OLE color: 11959021.

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

Color convert

RGB 237 122 182 -
CMYK 0 0.49 0.23 0.07
HSL 328.7º 0.76% 0.7% -
HSV(B) 328.7º 0.49% 0.93% -
XYZ 50.33 35.3 48.42 -
YUV 163.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 237 122 182 0 0.49 0.23 0.07 328.7 0.76 0.7
Hex ED 7A B6 0 31 17 7 149 4C 46
Octal 355 172 266 0 61 27 7 511 114 106
Binary 11101101 1111010 10110110 0 110001 10111 111 101001001 1001100 1000110

Color Harmonies of #ED7AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7AB6

Black with #ED7AB6

Text Example


Text Example

White with #ED7AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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