Html Css Color HEX #ED78C2 Persian Pink

📋 copy color: '#ED78C2'

red 237 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #ED78C2

Tints of Persian Pink #ED78C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.21%

R = 43.01%
G = 21.78%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED78C2 (or 0xED78C2) is known color: Persian Pink. HEX triplet: ED, 78 and C2. RGB value is (237,120,194). Sum of RGB (Red+Green+Blue) = 237+120+194=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78C2 is #12873D. Grayscale: #A3A3A3. Windows color (decimal): -1214270 or 12744941. OLE color: 12744941.

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

Color convert

RGB 237 120 194 -
CMYK 0 0.49 0.18 0.07
HSL 322.05º 0.76% 0.7% -
HSV(B) 322.05º 0.49% 0.93% -
XYZ 51.38 35.33 55.15 -
YUV 163.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 237 120 194 0 0.49 0.18 0.07 322.05 0.76 0.7
Hex ED 78 C2 0 31 12 7 142 4C 46
Octal 355 170 302 0 61 22 7 502 114 106
Binary 11101101 1111000 11000010 0 110001 10010 111 101000010 1001100 1000110

Color Harmonies of #ED78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78C2

Black with #ED78C2

Text Example


Text Example

White with #ED78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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