Html Css Color HEX #ED067F Deep Pink

📋 copy color: '#ED067F'

red 237 ◦ green 6 ◦ blue 127

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

Shades of Deep Pink #ED067F

Tints of Deep Pink #ED067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 64.05%
G = 1.62%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED067F (or 0xED067F) is known color: Deep Pink. HEX triplet: ED, 06 and 7F. RGB value is (237,6,127). Sum of RGB (Red+Green+Blue) = 237+6+127=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED067F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED067F is #12F980. Grayscale: #585858. Windows color (decimal): -1243521 or 8324845. OLE color: 8324845.

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

Color convert

RGB 237 6 127 -
CMYK 0 0.97 0.46 0.07
HSL 328.57º 0.95% 0.48% -
HSV(B) 328.57º 0.97% 0.93% -
XYZ 38.82 19.67 21.83 -
YUV 88.86 149.53 233.66 -
System Red Green Blue C M Y K H S L
Decimal 237 6 127 0 0.97 0.46 0.07 328.57 0.95 0.48
Hex ED 6 7F 0 61 2E 7 149 5F 30
Octal 355 6 177 0 141 56 7 511 137 60
Binary 11101101 110 1111111 0 1100001 101110 111 101001001 1011111 110000

Color Harmonies of #ED067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED067F

Black with #ED067F

Text Example


Text Example

White with #ED067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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