Html Css Color HEX #EE61A0 Brilliant Rose

📋 copy color: '#EE61A0'

red 238 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #EE61A0

Tints of Brilliant Rose #EE61A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.6%

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 48.08%
G = 19.6%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE61A0 (or 0xEE61A0) is known color: Brilliant Rose. HEX triplet: EE, 61 and A0. RGB value is (238,97,160). Sum of RGB (Red+Green+Blue) = 238+97+160=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE61A0 is #119E5F. Grayscale: #929292. Windows color (decimal): -1154656 or 10510830. OLE color: 10510830.

HSL color Cylindrical-coordinate representation of color #EE61A0: hue angle of 333.19º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61A0 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 160 -
CMYK 0 0.59 0.33 0.07
HSL 333.19º 0.81% 0.66% -
HSV(B) 333.19º 0.59% 0.93% -
XYZ 45.88 29.26 36.49 -
YUV 146.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 238 97 160 0 0.59 0.33 0.07 333.19 0.81 0.66
Hex EE 61 A0 0 3B 21 7 14D 51 42
Octal 356 141 240 0 73 41 7 515 121 102
Binary 11101110 1100001 10100000 0 111011 100001 111 101001101 1010001 1000010

Color Harmonies of #EE61A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE61A0

Black with #EE61A0

Text Example


Text Example

White with #EE61A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE61A0; }

 p { color: rgb(238,97,160); }

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

background-color css

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

 a { background-color: rgb(238,97,160); }

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

border-color css

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

 span { border-color: rgb(238,97,160); }

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