Html Css Color HEX #ED068A Deep Pink

📋 copy color: '#ED068A'

red 237 ◦ green 6 ◦ blue 138

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

Shades of Deep Pink #ED068A

Tints of Deep Pink #ED068A

RGB

 RED value IS 237 (92.97% from 255) = 62.2%

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

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

R = 62.2%
G = 1.57%
B = 36.22%

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

#ED068A (or 0xED068A) is known color: Deep Pink. HEX triplet: ED, 06 and 8A. RGB value is (237,6,138). Sum of RGB (Red+Green+Blue) = 237+6+138=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED068A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED068A is #12F975. Grayscale: #595959. Windows color (decimal): -1243510 or 9045741. OLE color: 9045741.

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

Color convert

RGB 237 6 138 -
CMYK 0 0.97 0.42 0.07
HSL 325.71º 0.95% 0.48% -
HSV(B) 325.71º 0.97% 0.93% -
XYZ 39.58 19.97 25.81 -
YUV 90.12 155.03 232.77 -
System Red Green Blue C M Y K H S L
Decimal 237 6 138 0 0.97 0.42 0.07 325.71 0.95 0.48
Hex ED 6 8A 0 61 2A 7 146 5F 30
Octal 355 6 212 0 141 52 7 506 137 60
Binary 11101101 110 10001010 0 1100001 101010 111 101000110 1011111 110000

Color Harmonies of #ED068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED068A

Black with #ED068A

Text Example


Text Example

White with #ED068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED068A; }

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

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

background-color css

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

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

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

border-color css

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

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

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