Html Css Color HEX #ED7DC3 Persian Pink

📋 copy color: '#ED7DC3'

red 237 ◦ green 125 ◦ blue 195

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

Shades of Persian Pink #ED7DC3

Tints of Persian Pink #ED7DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.01%

R = 42.55%
G = 22.44%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED7DC3 (or 0xED7DC3) is known color: Persian Pink. HEX triplet: ED, 7D and C3. RGB value is (237,125,195). Sum of RGB (Red+Green+Blue) = 237+125+195=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DC3 is #12823C. Grayscale: #A6A6A6. Windows color (decimal): -1212989 or 12811757. OLE color: 12811757.

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

Color convert

RGB 237 125 195 -
CMYK 0 0.47 0.18 0.07
HSL 322.5º 0.76% 0.71% -
HSV(B) 322.5º 0.47% 0.93% -
XYZ 52.11 36.61 55.95 -
YUV 166.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 237 125 195 0 0.47 0.18 0.07 322.5 0.76 0.71
Hex ED 7D C3 0 2F 12 7 142 4C 47
Octal 355 175 303 0 57 22 7 502 114 107
Binary 11101101 1111101 11000011 0 101111 10010 111 101000010 1001100 1000111

Color Harmonies of #ED7DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7DC3

Black with #ED7DC3

Text Example


Text Example

White with #ED7DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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