Html Css Color HEX #EE548A French Rose

📋 copy color: '#EE548A'

red 238 ◦ green 84 ◦ blue 138

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

Shades of French Rose #EE548A

Tints of French Rose #EE548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 138 (54.3% from 255) = 30%

R = 51.74%
G = 18.26%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE548A (or 0xEE548A) is known color: French Rose. HEX triplet: EE, 54 and 8A. RGB value is (238,84,138). Sum of RGB (Red+Green+Blue) = 238+84+138=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE548A is #11AB75. Grayscale: #888888. Windows color (decimal): -1158006 or 9065710. OLE color: 9065710.

HSL color Cylindrical-coordinate representation of color #EE548A: hue angle of 338.96º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE548A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 138 -
CMYK 0 0.65 0.42 0.07
HSL 338.96º 0.82% 0.63% -
HSV(B) 338.96º 0.65% 0.93% -
XYZ 43.02 26.35 26.86 -
YUV 136.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 238 84 138 0 0.65 0.42 0.07 338.96 0.82 0.63
Hex EE 54 8A 0 41 2A 7 153 52 3F
Octal 356 124 212 0 101 52 7 523 122 77
Binary 11101110 1010100 10001010 0 1000001 101010 111 101010011 1010010 111111

Color Harmonies of #EE548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE548A

Black with #EE548A

Text Example


Text Example

White with #EE548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE548A; }

 p { color: rgb(238,84,138); }

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

background-color css

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

 a { background-color: rgb(238,84,138); }

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

border-color css

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

 span { border-color: rgb(238,84,138); }

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