Html Css Color HEX #EE538D French Rose

📋 copy color: '#EE538D'

red 238 ◦ green 83 ◦ blue 141

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

Shades of French Rose #EE538D

Tints of French Rose #EE538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.97%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 51.52%
G = 17.97%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE538D (or 0xEE538D) is known color: French Rose. HEX triplet: EE, 53 and 8D. RGB value is (238,83,141). Sum of RGB (Red+Green+Blue) = 238+83+141=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE538D is #11AC72. Grayscale: #878787. Windows color (decimal): -1158259 or 9262062. OLE color: 9262062.

HSL color Cylindrical-coordinate representation of color #EE538D: hue angle of 337.55º 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 #EE538D is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 83 141 -
CMYK 0 0.65 0.41 0.07
HSL 337.55º 0.82% 0.63% -
HSV(B) 337.55º 0.65% 0.93% -
XYZ 43.16 26.29 28 -
YUV 135.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 238 83 141 0 0.65 0.41 0.07 337.55 0.82 0.63
Hex EE 53 8D 0 41 29 7 152 52 3F
Octal 356 123 215 0 101 51 7 522 122 77
Binary 11101110 1010011 10001101 0 1000001 101001 111 101010010 1010010 111111

Color Harmonies of #EE538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE538D

Black with #EE538D

Text Example


Text Example

White with #EE538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE538D; }

 p { color: rgb(238,83,141); }

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

background-color css

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

 a { background-color: rgb(238,83,141); }

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

border-color css

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

 span { border-color: rgb(238,83,141); }

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