Html Css Color HEX #EC75B2 Persian Pink

📋 copy color: '#EC75B2'

red 236 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #EC75B2

Tints of Persian Pink #EC75B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.52%

R = 44.44%
G = 22.03%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC75B2 (or 0xEC75B2) is known color: Persian Pink. HEX triplet: EC, 75 and B2. RGB value is (236,117,178). Sum of RGB (Red+Green+Blue) = 236+117+178=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC75B2 is #138A4D. Grayscale: #9F9F9F. Windows color (decimal): -1280590 or 11695596. OLE color: 11695596.

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

Color convert

RGB 236 117 178 -
CMYK 0 0.50 0.25 0.07
HSL 329.24º 0.76% 0.69% -
HSV(B) 329.24º 0.5% 0.93% -
XYZ 48.99 33.77 46.06 -
YUV 159.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 236 117 178 0 0.50 0.25 0.07 329.24 0.76 0.69
Hex EC 75 B2 0 32 19 7 149 4C 45
Octal 354 165 262 0 62 31 7 511 114 105
Binary 11101100 1110101 10110010 0 110010 11001 111 101001001 1001100 1000101

Color Harmonies of #EC75B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75B2

Black with #EC75B2

Text Example


Text Example

White with #EC75B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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