Html Css Color HEX #EF206A Ruby

📋 copy color: '#EF206A'

red 239 ◦ green 32 ◦ blue 106

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

Shades of Ruby #EF206A

Tints of Ruby #EF206A

RGB

 RED value IS 239 (93.75% from 255) = 63.4%

 GREEN value IS 32 (12.89% from 255) = 8.49%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 63.4%
G = 8.49%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF206A (or 0xEF206A) is known color: Ruby. HEX triplet: EF, 20 and 6A. RGB value is (239,32,106). Sum of RGB (Red+Green+Blue) = 239+32+106=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF206A is #10DF95. Grayscale: #666666. Windows color (decimal): -1105814 or 6955247. OLE color: 6955247.

HSL color Cylindrical-coordinate representation of color #EF206A: hue angle of 338.55º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF206A is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 106 -
CMYK 0 0.87 0.56 0.06
HSL 338.55º 0.87% 0.53% -
HSV(B) 338.55º 0.87% 0.94% -
XYZ 38.71 20.42 15.54 -
YUV 102.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 239 32 106 0 0.87 0.56 0.06 338.55 0.87 0.53
Hex EF 20 6A 0 57 38 6 153 57 35
Octal 357 40 152 0 127 70 6 523 127 65
Binary 11101111 100000 1101010 0 1010111 111000 110 101010011 1010111 110101

Color Harmonies of #EF206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF206A

Black with #EF206A

Text Example


Text Example

White with #EF206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF206A; }

 p { color: rgb(239,32,106); }

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

background-color css

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

 a { background-color: rgb(239,32,106); }

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

border-color css

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

 span { border-color: rgb(239,32,106); }

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