Html Css Color HEX #EE68A1 Brilliant Rose

📋 copy color: '#EE68A1'

red 238 ◦ green 104 ◦ blue 161

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

Shades of Brilliant Rose #EE68A1

Tints of Brilliant Rose #EE68A1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.68%

 BLUE value IS 161 (63.28% from 255) = 32.01%

R = 47.32%
G = 20.68%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EE68A1 (or 0xEE68A1) is known color: Brilliant Rose. HEX triplet: EE, 68 and A1. RGB value is (238,104,161). Sum of RGB (Red+Green+Blue) = 238+104+161=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE68A1 is #11975E. Grayscale: #969696. Windows color (decimal): -1152863 or 10578158. OLE color: 10578158.

HSL color Cylindrical-coordinate representation of color #EE68A1: hue angle of 334.48º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE68A1 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 104 161 -
CMYK 0 0.56 0.32 0.07
HSL 334.48º 0.8% 0.67% -
HSV(B) 334.48º 0.56% 0.93% -
XYZ 46.64 30.65 37.18 -
YUV 150.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 238 104 161 0 0.56 0.32 0.07 334.48 0.8 0.67
Hex EE 68 A1 0 38 20 7 14E 50 43
Octal 356 150 241 0 70 40 7 516 120 103
Binary 11101110 1101000 10100001 0 111000 100000 111 101001110 1010000 1000011

Color Harmonies of #EE68A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68A1

Black with #EE68A1

Text Example


Text Example

White with #EE68A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68A1; }

 p { color: rgb(238,104,161); }

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

background-color css

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

 a { background-color: rgb(238,104,161); }

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

border-color css

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

 span { border-color: rgb(238,104,161); }

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