Html Css Color HEX #ED7CC3 Persian Pink

📋 copy color: '#ED7CC3'

red 237 ◦ green 124 ◦ blue 195

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

Shades of Persian Pink #ED7CC3

Tints of Persian Pink #ED7CC3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.3%

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

R = 42.63%
G = 22.3%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED7CC3 (or 0xED7CC3) is known color: Persian Pink. HEX triplet: ED, 7C and C3. RGB value is (237,124,195). Sum of RGB (Red+Green+Blue) = 237+124+195=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CC3 is #12833C. Grayscale: #A5A5A5. Windows color (decimal): -1213245 or 12811501. OLE color: 12811501.

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

Color convert

RGB 237 124 195 -
CMYK 0 0.48 0.18 0.07
HSL 322.3º 0.76% 0.71% -
HSV(B) 322.3º 0.48% 0.93% -
XYZ 51.98 36.36 55.91 -
YUV 165.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 237 124 195 0 0.48 0.18 0.07 322.3 0.76 0.71
Hex ED 7C C3 0 30 12 7 142 4C 47
Octal 355 174 303 0 60 22 7 502 114 107
Binary 11101101 1111100 11000011 0 110000 10010 111 101000010 1001100 1000111

Color Harmonies of #ED7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7CC3

Black with #ED7CC3

Text Example


Text Example

White with #ED7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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