Html Css Color HEX #EC83AF Persian Pink

📋 copy color: '#EC83AF'

red 236 ◦ green 131 ◦ blue 175

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

Shades of Persian Pink #EC83AF

Tints of Persian Pink #EC83AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.17%

 BLUE value IS 175 (68.75% from 255) = 32.29%

R = 43.54%
G = 24.17%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC83AF (or 0xEC83AF) is known color: Persian Pink. HEX triplet: EC, 83 and AF. RGB value is (236,131,175). Sum of RGB (Red+Green+Blue) = 236+131+175=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC83AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC83AF is #137C50. Grayscale: #A7A7A7. Windows color (decimal): -1277009 or 11502572. OLE color: 11502572.

HSL color Cylindrical-coordinate representation of color #EC83AF: hue angle of 334.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC83AF is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 175 -
CMYK 0 0.44 0.26 0.07
HSL 334.86º 0.73% 0.72% -
HSV(B) 334.86º 0.44% 0.93% -
XYZ 50.45 37.16 45.07 -
YUV 167.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 236 131 175 0 0.44 0.26 0.07 334.86 0.73 0.72
Hex EC 83 AF 0 2C 1A 7 14F 49 48
Octal 354 203 257 0 54 32 7 517 111 110
Binary 11101100 10000011 10101111 0 101100 11010 111 101001111 1001001 1001000

Color Harmonies of #EC83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC83AF

Black with #EC83AF

Text Example


Text Example

White with #EC83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC83AF; }

 p { color: rgb(236,131,175); }

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

background-color css

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

 a { background-color: rgb(236,131,175); }

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

border-color css

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

 span { border-color: rgb(236,131,175); }

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