Html Css Color HEX #EE1572 Ruby

📋 copy color: '#EE1572'

red 238 ◦ green 21 ◦ blue 114

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

Shades of Ruby #EE1572

Tints of Ruby #EE1572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 63.81%
G = 5.63%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE1572 (or 0xEE1572) is known color: Ruby. HEX triplet: EE, 15 and 72. RGB value is (238,21,114). Sum of RGB (Red+Green+Blue) = 238+21+114=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1572 is #11EA8D. Grayscale: #606060. Windows color (decimal): -1174158 or 7476718. OLE color: 7476718.

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

Color convert

RGB 238 21 114 -
CMYK 0 0.91 0.52 0.07
HSL 334.29º 0.86% 0.51% -
HSV(B) 334.29º 0.91% 0.93% -
XYZ 38.57 19.93 17.73 -
YUV 96.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 238 21 114 0 0.91 0.52 0.07 334.29 0.86 0.51
Hex EE 15 72 0 5B 34 7 14E 56 33
Octal 356 25 162 0 133 64 7 516 126 63
Binary 11101110 10101 1110010 0 1011011 110100 111 101001110 1010110 110011

Color Harmonies of #EE1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1572

Black with #EE1572

Text Example


Text Example

White with #EE1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1572; }

 p { color: rgb(238,21,114); }

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

background-color css

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

 a { background-color: rgb(238,21,114); }

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

border-color css

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

 span { border-color: rgb(238,21,114); }

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