Html Css Color HEX #ED78B3 Persian Pink

📋 copy color: '#ED78B3'

red 237 ◦ green 120 ◦ blue 179

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

Shades of Persian Pink #ED78B3

Tints of Persian Pink #ED78B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 44.22%
G = 22.39%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED78B3 (or 0xED78B3) is known color: Persian Pink. HEX triplet: ED, 78 and B3. RGB value is (237,120,179). Sum of RGB (Red+Green+Blue) = 237+120+179=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78B3 is #12874C. Grayscale: #A1A1A1. Windows color (decimal): -1214285 or 11761901. OLE color: 11761901.

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

Color convert

RGB 237 120 179 -
CMYK 0 0.49 0.24 0.07
HSL 329.74º 0.76% 0.7% -
HSV(B) 329.74º 0.49% 0.93% -
XYZ 49.78 34.69 46.72 -
YUV 161.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 237 120 179 0 0.49 0.24 0.07 329.74 0.76 0.7
Hex ED 78 B3 0 31 18 7 14A 4C 46
Octal 355 170 263 0 61 30 7 512 114 106
Binary 11101101 1111000 10110011 0 110001 11000 111 101001010 1001100 1000110

Color Harmonies of #ED78B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED78B3

Black with #ED78B3

Text Example


Text Example

White with #ED78B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED78B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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