Html Css Color HEX #ED77C4 Persian Pink

📋 copy color: '#ED77C4'

red 237 ◦ green 119 ◦ blue 196

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

Shades of Persian Pink #ED77C4

Tints of Persian Pink #ED77C4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.56%

 BLUE value IS 196 (76.95% from 255) = 35.51%

R = 42.93%
G = 21.56%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED77C4 (or 0xED77C4) is known color: Persian Pink. HEX triplet: ED, 77 and C4. RGB value is (237,119,196). Sum of RGB (Red+Green+Blue) = 237+119+196=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED77C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED77C4 is #12883B. Grayscale: #A2A2A2. Windows color (decimal): -1214524 or 12875757. OLE color: 12875757.

HSL color Cylindrical-coordinate representation of color #ED77C4: hue angle of 320.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED77C4 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 196 -
CMYK 0 0.50 0.17 0.07
HSL 320.85º 0.77% 0.7% -
HSV(B) 320.85º 0.5% 0.93% -
XYZ 51.49 35.18 56.3 -
YUV 163.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 237 119 196 0 0.50 0.17 0.07 320.85 0.77 0.7
Hex ED 77 C4 0 32 11 7 141 4D 46
Octal 355 167 304 0 62 21 7 501 115 106
Binary 11101101 1110111 11000100 0 110010 10001 111 101000001 1001101 1000110

Color Harmonies of #ED77C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED77C4

Black with #ED77C4

Text Example


Text Example

White with #ED77C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED77C4; }

 p { color: rgb(237,119,196); }

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

background-color css

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

 a { background-color: rgb(237,119,196); }

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

border-color css

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

 span { border-color: rgb(237,119,196); }

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