Html Css Color HEX #ED067D Deep Pink

📋 copy color: '#ED067D'

red 237 ◦ green 6 ◦ blue 125

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

Shades of Deep Pink #ED067D

Tints of Deep Pink #ED067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 64.4%
G = 1.63%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED067D (or 0xED067D) is known color: Deep Pink. HEX triplet: ED, 06 and 7D. RGB value is (237,6,125). Sum of RGB (Red+Green+Blue) = 237+6+125=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED067D is #12F982. Grayscale: #585858. Windows color (decimal): -1243523 or 8193773. OLE color: 8193773.

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

Color convert

RGB 237 6 125 -
CMYK 0 0.97 0.47 0.07
HSL 329.09º 0.95% 0.48% -
HSV(B) 329.09º 0.97% 0.93% -
XYZ 38.69 19.62 21.15 -
YUV 88.64 148.53 233.82 -
System Red Green Blue C M Y K H S L
Decimal 237 6 125 0 0.97 0.47 0.07 329.09 0.95 0.48
Hex ED 6 7D 0 61 2F 7 149 5F 30
Octal 355 6 175 0 141 57 7 511 137 60
Binary 11101101 110 1111101 0 1100001 101111 111 101001001 1011111 110000

Color Harmonies of #ED067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED067D

Black with #ED067D

Text Example


Text Example

White with #ED067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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