Html Css Color HEX #EC75BB Persian Pink

📋 copy color: '#EC75BB'

red 236 ◦ green 117 ◦ blue 187

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

Shades of Persian Pink #EC75BB

Tints of Persian Pink #EC75BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.63%

R = 43.7%
G = 21.67%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC75BB (or 0xEC75BB) is known color: Persian Pink. HEX triplet: EC, 75 and BB. RGB value is (236,117,187). Sum of RGB (Red+Green+Blue) = 236+117+187=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75BB is #138A44. Grayscale: #A0A0A0. Windows color (decimal): -1280581 or 12285420. OLE color: 12285420.

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

Color convert

RGB 236 117 187 -
CMYK 0 0.50 0.21 0.07
HSL 324.71º 0.76% 0.69% -
HSV(B) 324.71º 0.5% 0.93% -
XYZ 49.92 34.14 50.97 -
YUV 160.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 236 117 187 0 0.50 0.21 0.07 324.71 0.76 0.69
Hex EC 75 BB 0 32 15 7 145 4C 45
Octal 354 165 273 0 62 25 7 505 114 105
Binary 11101100 1110101 10111011 0 110010 10101 111 101000101 1001100 1000101

Color Harmonies of #EC75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75BB

Black with #EC75BB

Text Example


Text Example

White with #EC75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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