Html Css Color HEX #EC7EC3 Persian Pink

📋 copy color: '#EC7EC3'

red 236 ◦ green 126 ◦ blue 195

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

Shades of Persian Pink #EC7EC3

Tints of Persian Pink #EC7EC3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.62%

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

R = 42.37%
G = 22.62%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC7EC3 (or 0xEC7EC3) is known color: Persian Pink. HEX triplet: EC, 7E and C3. RGB value is (236,126,195). Sum of RGB (Red+Green+Blue) = 236+126+195=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7EC3 is #13813C. Grayscale: #A6A6A6. Windows color (decimal): -1278269 or 12812012. OLE color: 12812012.

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

Color convert

RGB 236 126 195 -
CMYK 0 0.47 0.17 0.07
HSL 322.36º 0.74% 0.71% -
HSV(B) 322.36º 0.47% 0.93% -
XYZ 51.9 36.69 55.98 -
YUV 166.76 143.94 177.39 -
System Red Green Blue C M Y K H S L
Decimal 236 126 195 0 0.47 0.17 0.07 322.36 0.74 0.71
Hex EC 7E C3 0 2F 11 7 142 4A 47
Octal 354 176 303 0 57 21 7 502 112 107
Binary 11101100 1111110 11000011 0 101111 10001 111 101000010 1001010 1000111

Color Harmonies of #EC7EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7EC3

Black with #EC7EC3

Text Example


Text Example

White with #EC7EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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