Html Css Color HEX #EE538A French Rose

📋 copy color: '#EE538A'

red 238 ◦ green 83 ◦ blue 138

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

Shades of French Rose #EE538A

Tints of French Rose #EE538A

RGB

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

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

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

R = 51.85%
G = 18.08%
B = 30.07%

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

#EE538A (or 0xEE538A) is known color: French Rose. HEX triplet: EE, 53 and 8A. RGB value is (238,83,138). Sum of RGB (Red+Green+Blue) = 238+83+138=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE538A is #11AC75. Grayscale: #878787. Windows color (decimal): -1158262 or 9065454. OLE color: 9065454.

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

Color convert

RGB 238 83 138 -
CMYK 0 0.65 0.42 0.07
HSL 338.71º 0.82% 0.63% -
HSV(B) 338.71º 0.65% 0.93% -
XYZ 42.94 26.2 26.84 -
YUV 135.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 238 83 138 0 0.65 0.42 0.07 338.71 0.82 0.63
Hex EE 53 8A 0 41 2A 7 153 52 3F
Octal 356 123 212 0 101 52 7 523 122 77
Binary 11101110 1010011 10001010 0 1000001 101010 111 101010011 1010010 111111

Color Harmonies of #EE538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE538A

Black with #EE538A

Text Example


Text Example

White with #EE538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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