Html Css Color HEX #EC75BE Persian Pink

📋 copy color: '#EC75BE'

red 236 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #EC75BE

Tints of Persian Pink #EC75BE

RGB

 RED value IS 236 (92.58% from 255) = 43.46%

 GREEN value IS 117 (46.09% from 255) = 21.55%

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

R = 43.46%
G = 21.55%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC75BE (or 0xEC75BE) is known color: Persian Pink. HEX triplet: EC, 75 and BE. RGB value is (236,117,190). Sum of RGB (Red+Green+Blue) = 236+117+190=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75BE is #138A41. Grayscale: #A0A0A0. Windows color (decimal): -1280578 or 12482028. OLE color: 12482028.

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

Color convert

RGB 236 117 190 -
CMYK 0 0.50 0.19 0.07
HSL 323.19º 0.76% 0.69% -
HSV(B) 323.19º 0.5% 0.93% -
XYZ 50.25 34.27 52.68 -
YUV 160.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 236 117 190 0 0.50 0.19 0.07 323.19 0.76 0.69
Hex EC 75 BE 0 32 13 7 143 4C 45
Octal 354 165 276 0 62 23 7 503 114 105
Binary 11101100 1110101 10111110 0 110010 10011 111 101000011 1001100 1000101

Color Harmonies of #EC75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75BE

Black with #EC75BE

Text Example


Text Example

White with #EC75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75BE; }

 p { color: rgb(236,117,190); }

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

background-color css

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

 a { background-color: rgb(236,117,190); }

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

border-color css

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

 span { border-color: rgb(236,117,190); }

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