Html Css Color HEX #ED78C1 Persian Pink

📋 copy color: '#ED78C1'

red 237 ◦ green 120 ◦ blue 193

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

Shades of Persian Pink #ED78C1

Tints of Persian Pink #ED78C1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.82%

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

R = 43.09%
G = 21.82%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED78C1 (or 0xED78C1) is known color: Persian Pink. HEX triplet: ED, 78 and C1. RGB value is (237,120,193). Sum of RGB (Red+Green+Blue) = 237+120+193=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78C1 is #12873E. Grayscale: #A3A3A3. Windows color (decimal): -1214271 or 12679405. OLE color: 12679405.

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

Color convert

RGB 237 120 193 -
CMYK 0 0.49 0.19 0.07
HSL 322.56º 0.76% 0.7% -
HSV(B) 322.56º 0.49% 0.93% -
XYZ 51.27 35.29 54.56 -
YUV 163.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 237 120 193 0 0.49 0.19 0.07 322.56 0.76 0.7
Hex ED 78 C1 0 31 13 7 143 4C 46
Octal 355 170 301 0 61 23 7 503 114 106
Binary 11101101 1111000 11000001 0 110001 10011 111 101000011 1001100 1000110

Color Harmonies of #ED78C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78C1

Black with #ED78C1

Text Example


Text Example

White with #ED78C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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