Html Css Color HEX #EE216B Ruby

📋 copy color: '#EE216B'

red 238 ◦ green 33 ◦ blue 107

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

Shades of Ruby #EE216B

Tints of Ruby #EE216B

RGB

 RED value IS 238 (93.36% from 255) = 62.96%

 GREEN value IS 33 (13.28% from 255) = 8.73%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 62.96%
G = 8.73%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE216B (or 0xEE216B) is known color: Ruby. HEX triplet: EE, 21 and 6B. RGB value is (238,33,107). Sum of RGB (Red+Green+Blue) = 238+33+107=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE216B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE216B is #11DE94. Grayscale: #666666. Windows color (decimal): -1171093 or 7021038. OLE color: 7021038.

HSL color Cylindrical-coordinate representation of color #EE216B: hue angle of 338.34º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE216B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 107 -
CMYK 0 0.86 0.55 0.07
HSL 338.34º 0.86% 0.53% -
HSV(B) 338.34º 0.86% 0.93% -
XYZ 38.46 20.33 15.81 -
YUV 102.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 238 33 107 0 0.86 0.55 0.07 338.34 0.86 0.53
Hex EE 21 6B 0 56 37 7 152 56 35
Octal 356 41 153 0 126 67 7 522 126 65
Binary 11101110 100001 1101011 0 1010110 110111 111 101010010 1010110 110101

Color Harmonies of #EE216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE216B

Black with #EE216B

Text Example


Text Example

White with #EE216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE216B; }

 p { color: rgb(238,33,107); }

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

background-color css

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

 a { background-color: rgb(238,33,107); }

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

border-color css

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

 span { border-color: rgb(238,33,107); }

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