Html Css Color HEX #EC068A Deep Pink

📋 copy color: '#EC068A'

red 236 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #EC068A

Tints of Deep Pink #EC068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.58%

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 62.11%
G = 1.58%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC068A (or 0xEC068A) is known color: Deep Pink. HEX triplet: EC, 06 and 8A. RGB value is (236,6,138). Sum of RGB (Red+Green+Blue) = 236+6+138=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC068A is #13F975. Grayscale: #595959. Windows color (decimal): -1309046 or 9045740. OLE color: 9045740.

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

Color convert

RGB 236 6 138 -
CMYK 0 0.97 0.42 0.07
HSL 325.57º 0.95% 0.47% -
HSV(B) 325.57º 0.97% 0.93% -
XYZ 39.24 19.8 25.8 -
YUV 89.82 155.2 232.27 -
System Red Green Blue C M Y K H S L
Decimal 236 6 138 0 0.97 0.42 0.07 325.57 0.95 0.47
Hex EC 6 8A 0 61 2A 7 146 5F 2F
Octal 354 6 212 0 141 52 7 506 137 57
Binary 11101100 110 10001010 0 1100001 101010 111 101000110 1011111 101111

Color Harmonies of #EC068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC068A

Black with #EC068A

Text Example


Text Example

White with #EC068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC068A; }

 p { color: rgb(236,6,138); }

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

background-color css

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

 a { background-color: rgb(236,6,138); }

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

border-color css

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

 span { border-color: rgb(236,6,138); }

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