Html Css Color HEX #ED74BE Persian Pink

📋 copy color: '#ED74BE'

red 237 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #ED74BE

Tints of Persian Pink #ED74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 43.65%
G = 21.36%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED74BE (or 0xED74BE) is known color: Persian Pink. HEX triplet: ED, 74 and BE. RGB value is (237,116,190). Sum of RGB (Red+Green+Blue) = 237+116+190=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74BE is #128B41. Grayscale: #A0A0A0. Windows color (decimal): -1215298 or 12481773. OLE color: 12481773.

HSL color Cylindrical-coordinate representation of color #ED74BE: hue angle of 323.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED74BE is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 190 -
CMYK 0 0.51 0.20 0.07
HSL 323.31º 0.77% 0.69% -
HSV(B) 323.31º 0.51% 0.93% -
XYZ 50.46 34.21 52.66 -
YUV 160.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 237 116 190 0 0.51 0.20 0.07 323.31 0.77 0.69
Hex ED 74 BE 0 33 14 7 143 4D 45
Octal 355 164 276 0 63 24 7 503 115 105
Binary 11101101 1110100 10111110 0 110011 10100 111 101000011 1001101 1000101

Color Harmonies of #ED74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74BE

Black with #ED74BE

Text Example


Text Example

White with #ED74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74BE; }

 p { color: rgb(237,116,190); }

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

background-color css

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

 a { background-color: rgb(237,116,190); }

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

border-color css

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

 span { border-color: rgb(237,116,190); }

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