Html Css Color HEX #EC7BC3 Persian Pink

📋 copy color: '#EC7BC3'

red 236 ◦ green 123 ◦ blue 195

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

Shades of Persian Pink #EC7BC3

Tints of Persian Pink #EC7BC3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.2%

 BLUE value IS 195 (76.56% from 255) = 35.2%

R = 42.6%
G = 22.2%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC7BC3 (or 0xEC7BC3) is known color: Persian Pink. HEX triplet: EC, 7B and C3. RGB value is (236,123,195). Sum of RGB (Red+Green+Blue) = 236+123+195=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7BC3 is #13843C. Grayscale: #A4A4A4. Windows color (decimal): -1279037 or 12811244. OLE color: 12811244.

HSL color Cylindrical-coordinate representation of color #EC7BC3: hue angle of 321.77º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7BC3 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 195 -
CMYK 0 0.48 0.17 0.07
HSL 321.77º 0.75% 0.7% -
HSV(B) 321.77º 0.48% 0.93% -
XYZ 51.53 35.94 55.85 -
YUV 165 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 236 123 195 0 0.48 0.17 0.07 321.77 0.75 0.7
Hex EC 7B C3 0 30 11 7 142 4B 46
Octal 354 173 303 0 60 21 7 502 113 106
Binary 11101100 1111011 11000011 0 110000 10001 111 101000010 1001011 1000110

Color Harmonies of #EC7BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7BC3

Black with #EC7BC3

Text Example


Text Example

White with #EC7BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7BC3; }

 p { color: rgb(236,123,195); }

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

background-color css

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

 a { background-color: rgb(236,123,195); }

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

border-color css

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

 span { border-color: rgb(236,123,195); }

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