Html Css Color HEX #ED067A Ruby

📋 copy color: '#ED067A'

red 237 ◦ green 6 ◦ blue 122

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

Shades of Ruby #ED067A

Tints of Ruby #ED067A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 64.93%
G = 1.64%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED067A (or 0xED067A) is known color: Ruby. HEX triplet: ED, 06 and 7A. RGB value is (237,6,122). Sum of RGB (Red+Green+Blue) = 237+6+122=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED067A is #12F985. Grayscale: #585858. Windows color (decimal): -1243526 or 7997165. OLE color: 7997165.

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

Color convert

RGB 237 6 122 -
CMYK 0 0.97 0.49 0.07
HSL 329.87º 0.95% 0.48% -
HSV(B) 329.87º 0.97% 0.93% -
XYZ 38.5 19.54 20.15 -
YUV 88.29 147.03 234.07 -
System Red Green Blue C M Y K H S L
Decimal 237 6 122 0 0.97 0.49 0.07 329.87 0.95 0.48
Hex ED 6 7A 0 61 31 7 14A 5F 30
Octal 355 6 172 0 141 61 7 512 137 60
Binary 11101101 110 1111010 0 1100001 110001 111 101001010 1011111 110000

Color Harmonies of #ED067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED067A

Black with #ED067A

Text Example


Text Example

White with #ED067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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