Html Css Color HEX #EC7DC4 Persian Pink

📋 copy color: '#EC7DC4'

red 236 ◦ green 125 ◦ blue 196

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

Shades of Persian Pink #EC7DC4

Tints of Persian Pink #EC7DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.44%

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 42.37%
G = 22.44%
B = 35.19%

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

#EC7DC4 (or 0xEC7DC4) is known color: Persian Pink. HEX triplet: EC, 7D and C4. RGB value is (236,125,196). Sum of RGB (Red+Green+Blue) = 236+125+196=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DC4 is #13823B. Grayscale: #A6A6A6. Windows color (decimal): -1278524 or 12877292. OLE color: 12877292.

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

Color convert

RGB 236 125 196 -
CMYK 0 0.47 0.17 0.07
HSL 321.62º 0.74% 0.71% -
HSV(B) 321.62º 0.47% 0.93% -
XYZ 51.89 36.49 56.53 -
YUV 166.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 236 125 196 0 0.47 0.17 0.07 321.62 0.74 0.71
Hex EC 7D C4 0 2F 11 7 142 4A 47
Octal 354 175 304 0 57 21 7 502 112 107
Binary 11101100 1111101 11000100 0 101111 10001 111 101000010 1001010 1000111

Color Harmonies of #EC7DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7DC4

Black with #EC7DC4

Text Example


Text Example

White with #EC7DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7DC4; }

 p { color: rgb(236,125,196); }

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

background-color css

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

 a { background-color: rgb(236,125,196); }

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

border-color css

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

 span { border-color: rgb(236,125,196); }

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