Html Css Color HEX #EC75C4 Persian Pink

📋 copy color: '#EC75C4'

red 236 ◦ green 117 ◦ blue 196

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

Shades of Persian Pink #EC75C4

Tints of Persian Pink #EC75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 42.99%
G = 21.31%
B = 35.7%

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

#EC75C4 (or 0xEC75C4) is known color: Persian Pink. HEX triplet: EC, 75 and C4. RGB value is (236,117,196). Sum of RGB (Red+Green+Blue) = 236+117+196=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75C4 is #138A3B. Grayscale: #A1A1A1. Windows color (decimal): -1280572 or 12875244. OLE color: 12875244.

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

Color convert

RGB 236 117 196 -
CMYK 0 0.50 0.17 0.07
HSL 320.17º 0.76% 0.69% -
HSV(B) 320.17º 0.5% 0.93% -
XYZ 50.92 34.54 56.21 -
YUV 161.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 236 117 196 0 0.50 0.17 0.07 320.17 0.76 0.69
Hex EC 75 C4 0 32 11 7 140 4C 45
Octal 354 165 304 0 62 21 7 500 114 105
Binary 11101100 1110101 11000100 0 110010 10001 111 101000000 1001100 1000101

Color Harmonies of #EC75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75C4

Black with #EC75C4

Text Example


Text Example

White with #EC75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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