Html Css Color HEX #EC75B6 Persian Pink

📋 copy color: '#EC75B6'

red 236 ◦ green 117 ◦ blue 182

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

Shades of Persian Pink #EC75B6

Tints of Persian Pink #EC75B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 44.11%
G = 21.87%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#EC75B6 (or 0xEC75B6) is known color: Persian Pink. HEX triplet: EC, 75 and B6. RGB value is (236,117,182). Sum of RGB (Red+Green+Blue) = 236+117+182=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75B6 is #138A49. Grayscale: #9F9F9F. Windows color (decimal): -1280586 or 11957740. OLE color: 11957740.

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

Color convert

RGB 236 117 182 -
CMYK 0 0.50 0.23 0.07
HSL 327.23º 0.76% 0.69% -
HSV(B) 327.23º 0.5% 0.93% -
XYZ 49.4 33.93 48.2 -
YUV 159.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 236 117 182 0 0.50 0.23 0.07 327.23 0.76 0.69
Hex EC 75 B6 0 32 17 7 147 4C 45
Octal 354 165 266 0 62 27 7 507 114 105
Binary 11101100 1110101 10110110 0 110010 10111 111 101000111 1001100 1000101

Color Harmonies of #EC75B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75B6

Black with #EC75B6

Text Example


Text Example

White with #EC75B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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