Html Css Color HEX #EE3DAE Persian Rose

📋 copy color: '#EE3DAE'

red 238 ◦ green 61 ◦ blue 174

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

Shades of Persian Rose #EE3DAE

Tints of Persian Rose #EE3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.9%

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

R = 50.32%
G = 12.9%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EE3DAE (or 0xEE3DAE) is known color: Persian Rose. HEX triplet: EE, 3D and AE. RGB value is (238,61,174). Sum of RGB (Red+Green+Blue) = 238+61+174=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3DAE is #11C251. Grayscale: #7E7E7E. Windows color (decimal): -1163858 or 11419118. OLE color: 11419118.

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

Color convert

RGB 238 61 174 -
CMYK 0 0.74 0.27 0.07
HSL 321.69º 0.84% 0.59% -
HSV(B) 321.69º 0.74% 0.93% -
XYZ 44.57 24.57 42.44 -
YUV 126.81 154.64 207.31 -
System Red Green Blue C M Y K H S L
Decimal 238 61 174 0 0.74 0.27 0.07 321.69 0.84 0.59
Hex EE 3D AE 0 4A 1B 7 142 54 3B
Octal 356 75 256 0 112 33 7 502 124 73
Binary 11101110 111101 10101110 0 1001010 11011 111 101000010 1010100 111011

Color Harmonies of #EE3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3DAE

Black with #EE3DAE

Text Example


Text Example

White with #EE3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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