Html Css Color HEX #EC75BA Persian Pink

📋 copy color: '#EC75BA'

red 236 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #EC75BA

Tints of Persian Pink #EC75BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 43.78%
G = 21.71%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC75BA (or 0xEC75BA) is known color: Persian Pink. HEX triplet: EC, 75 and BA. RGB value is (236,117,186). Sum of RGB (Red+Green+Blue) = 236+117+186=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75BA is #138A45. Grayscale: #A0A0A0. Windows color (decimal): -1280582 or 12219884. OLE color: 12219884.

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

Color convert

RGB 236 117 186 -
CMYK 0 0.50 0.21 0.07
HSL 325.21º 0.76% 0.69% -
HSV(B) 325.21º 0.5% 0.93% -
XYZ 49.82 34.1 50.41 -
YUV 160.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 236 117 186 0 0.50 0.21 0.07 325.21 0.76 0.69
Hex EC 75 BA 0 32 15 7 145 4C 45
Octal 354 165 272 0 62 25 7 505 114 105
Binary 11101100 1110101 10111010 0 110010 10101 111 101000101 1001100 1000101

Color Harmonies of #EC75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75BA

Black with #EC75BA

Text Example


Text Example

White with #EC75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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