Html Css Color HEX #ED7EC1 Persian Pink

📋 copy color: '#ED7EC1'

red 237 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #ED7EC1

Tints of Persian Pink #ED7EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.66%

 BLUE value IS 193 (75.78% from 255) = 34.71%

R = 42.63%
G = 22.66%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED7EC1 (or 0xED7EC1) is known color: Persian Pink. HEX triplet: ED, 7E and C1. RGB value is (237,126,193). Sum of RGB (Red+Green+Blue) = 237+126+193=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC1 is #12813E. Grayscale: #A6A6A6. Windows color (decimal): -1212735 or 12680941. OLE color: 12680941.

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

Color convert

RGB 237 126 193 -
CMYK 0 0.47 0.19 0.07
HSL 323.78º 0.76% 0.71% -
HSV(B) 323.78º 0.47% 0.93% -
XYZ 52.01 36.78 54.81 -
YUV 166.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 237 126 193 0 0.47 0.19 0.07 323.78 0.76 0.71
Hex ED 7E C1 0 2F 13 7 144 4C 47
Octal 355 176 301 0 57 23 7 504 114 107
Binary 11101101 1111110 11000001 0 101111 10011 111 101000100 1001100 1000111

Color Harmonies of #ED7EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7EC1

Black with #ED7EC1

Text Example


Text Example

White with #ED7EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7EC1; }

 p { color: rgb(237,126,193); }

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

background-color css

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

 a { background-color: rgb(237,126,193); }

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

border-color css

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

 span { border-color: rgb(237,126,193); }

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