Html Css Color HEX #EC75AF Persian Pink

📋 copy color: '#EC75AF'

red 236 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #EC75AF

Tints of Persian Pink #EC75AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 44.7%
G = 22.16%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC75AF (or 0xEC75AF) is known color: Persian Pink. HEX triplet: EC, 75 and AF. RGB value is (236,117,175). Sum of RGB (Red+Green+Blue) = 236+117+175=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC75AF is #138A50. Grayscale: #9F9F9F. Windows color (decimal): -1280593 or 11498988. OLE color: 11498988.

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

Color convert

RGB 236 117 175 -
CMYK 0 0.50 0.26 0.07
HSL 330.76º 0.76% 0.69% -
HSV(B) 330.76º 0.5% 0.93% -
XYZ 48.69 33.65 44.49 -
YUV 159.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 236 117 175 0 0.50 0.26 0.07 330.76 0.76 0.69
Hex EC 75 AF 0 32 1A 7 14B 4C 45
Octal 354 165 257 0 62 32 7 513 114 105
Binary 11101100 1110101 10101111 0 110010 11010 111 101001011 1001100 1000101

Color Harmonies of #EC75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75AF

Black with #EC75AF

Text Example


Text Example

White with #EC75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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