Html Css Color HEX #EE3BAE Persian Rose

📋 copy color: '#EE3BAE'

red 238 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #EE3BAE

Tints of Persian Rose #EE3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.53%

 BLUE value IS 174 (68.36% from 255) = 36.94%

R = 50.53%
G = 12.53%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE3BAE (or 0xEE3BAE) is known color: Persian Rose. HEX triplet: EE, 3B and AE. RGB value is (238,59,174). Sum of RGB (Red+Green+Blue) = 238+59+174=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 59 (23.44% from 255 or 12.53% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3BAE is #11C451. Grayscale: #7D7D7D. Windows color (decimal): -1164370 or 11418606. OLE color: 11418606.

HSL color Cylindrical-coordinate representation of color #EE3BAE: hue angle of 321.45º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3BAE is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 59 174 -
CMYK 0 0.75 0.27 0.07
HSL 321.45º 0.84% 0.58% -
HSV(B) 321.45º 0.75% 0.93% -
XYZ 44.46 24.36 42.4 -
YUV 125.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 238 59 174 0 0.75 0.27 0.07 321.45 0.84 0.58
Hex EE 3B AE 0 4B 1B 7 141 54 3A
Octal 356 73 256 0 113 33 7 501 124 72
Binary 11101110 111011 10101110 0 1001011 11011 111 101000001 1010100 111010

Color Harmonies of #EE3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3BAE

Black with #EE3BAE

Text Example


Text Example

White with #EE3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3BAE; }

 p { color: rgb(238,59,174); }

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

background-color css

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

 a { background-color: rgb(238,59,174); }

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

border-color css

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

 span { border-color: rgb(238,59,174); }

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