Html Css Color HEX #ED7DBA Persian Pink

📋 copy color: '#ED7DBA'

red 237 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #ED7DBA

Tints of Persian Pink #ED7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.81%

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

R = 43.25%
G = 22.81%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED7DBA (or 0xED7DBA) is known color: Persian Pink. HEX triplet: ED, 7D and BA. RGB value is (237,125,186). Sum of RGB (Red+Green+Blue) = 237+125+186=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DBA is #128245. Grayscale: #A5A5A5. Windows color (decimal): -1212998 or 12221933. OLE color: 12221933.

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

Color convert

RGB 237 125 186 -
CMYK 0 0.47 0.22 0.07
HSL 327.32º 0.76% 0.71% -
HSV(B) 327.32º 0.47% 0.93% -
XYZ 51.12 36.22 50.75 -
YUV 165.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 237 125 186 0 0.47 0.22 0.07 327.32 0.76 0.71
Hex ED 7D BA 0 2F 16 7 147 4C 47
Octal 355 175 272 0 57 26 7 507 114 107
Binary 11101101 1111101 10111010 0 101111 10110 111 101000111 1001100 1000111

Color Harmonies of #ED7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DBA

Black with #ED7DBA

Text Example


Text Example

White with #ED7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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