Html Css Color HEX #EC75C3 Persian Pink

📋 copy color: '#EC75C3'

red 236 ◦ green 117 ◦ blue 195

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

Shades of Persian Pink #EC75C3

Tints of Persian Pink #EC75C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 43.07%
G = 21.35%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC75C3 (or 0xEC75C3) is known color: Persian Pink. HEX triplet: EC, 75 and C3. RGB value is (236,117,195). Sum of RGB (Red+Green+Blue) = 236+117+195=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75C3 is #138A3C. Grayscale: #A1A1A1. Windows color (decimal): -1280573 or 12809708. OLE color: 12809708.

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

Color convert

RGB 236 117 195 -
CMYK 0 0.50 0.17 0.07
HSL 320.67º 0.76% 0.69% -
HSV(B) 320.67º 0.5% 0.93% -
XYZ 50.8 34.5 55.61 -
YUV 161.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 236 117 195 0 0.50 0.17 0.07 320.67 0.76 0.69
Hex EC 75 C3 0 32 11 7 141 4C 45
Octal 354 165 303 0 62 21 7 501 114 105
Binary 11101100 1110101 11000011 0 110010 10001 111 101000001 1001100 1000101

Color Harmonies of #EC75C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75C3

Black with #EC75C3

Text Example


Text Example

White with #EC75C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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