Html Css Color HEX #EC75BC Persian Pink

📋 copy color: '#EC75BC'

red 236 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #EC75BC

Tints of Persian Pink #EC75BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 43.62%
G = 21.63%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC75BC (or 0xEC75BC) is known color: Persian Pink. HEX triplet: EC, 75 and BC. RGB value is (236,117,188). Sum of RGB (Red+Green+Blue) = 236+117+188=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75BC is #138A43. Grayscale: #A0A0A0. Windows color (decimal): -1280580 or 12350956. OLE color: 12350956.

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

Color convert

RGB 236 117 188 -
CMYK 0 0.50 0.20 0.07
HSL 324.2º 0.76% 0.69% -
HSV(B) 324.2º 0.5% 0.93% -
XYZ 50.03 34.19 51.54 -
YUV 160.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 236 117 188 0 0.50 0.20 0.07 324.2 0.76 0.69
Hex EC 75 BC 0 32 14 7 144 4C 45
Octal 354 165 274 0 62 24 7 504 114 105
Binary 11101100 1110101 10111100 0 110010 10100 111 101000100 1001100 1000101

Color Harmonies of #EC75BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75BC

Black with #EC75BC

Text Example


Text Example

White with #EC75BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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