Html Css Color HEX #EC75B9 Persian Pink

📋 copy color: '#EC75B9'

red 236 ◦ green 117 ◦ blue 185

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

Shades of Persian Pink #EC75B9

Tints of Persian Pink #EC75B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.39%

R = 43.87%
G = 21.75%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC75B9 (or 0xEC75B9) is known color: Persian Pink. HEX triplet: EC, 75 and B9. RGB value is (236,117,185). Sum of RGB (Red+Green+Blue) = 236+117+185=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75B9 is #138A46. Grayscale: #A0A0A0. Windows color (decimal): -1280583 or 12154348. OLE color: 12154348.

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

Color convert

RGB 236 117 185 -
CMYK 0 0.50 0.22 0.07
HSL 325.71º 0.76% 0.69% -
HSV(B) 325.71º 0.5% 0.93% -
XYZ 49.71 34.06 49.85 -
YUV 160.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 236 117 185 0 0.50 0.22 0.07 325.71 0.76 0.69
Hex EC 75 B9 0 32 16 7 146 4C 45
Octal 354 165 271 0 62 26 7 506 114 105
Binary 11101100 1110101 10111001 0 110010 10110 111 101000110 1001100 1000101

Color Harmonies of #EC75B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75B9

Black with #EC75B9

Text Example


Text Example

White with #EC75B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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