Html Css Color HEX #EE3DAC Persian Rose

📋 copy color: '#EE3DAC'

red 238 ◦ green 61 ◦ blue 172

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

Shades of Persian Rose #EE3DAC

Tints of Persian Rose #EE3DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 50.53%
G = 12.95%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EE3DAC (or 0xEE3DAC) is known color: Persian Rose. HEX triplet: EE, 3D and AC. RGB value is (238,61,172). Sum of RGB (Red+Green+Blue) = 238+61+172=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3DAC is #11C253. Grayscale: #7E7E7E. Windows color (decimal): -1163860 or 11288046. OLE color: 11288046.

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

Color convert

RGB 238 61 172 -
CMYK 0 0.74 0.28 0.07
HSL 322.37º 0.84% 0.59% -
HSV(B) 322.37º 0.74% 0.93% -
XYZ 44.38 24.49 41.42 -
YUV 126.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 238 61 172 0 0.74 0.28 0.07 322.37 0.84 0.59
Hex EE 3D AC 0 4A 1C 7 142 54 3B
Octal 356 75 254 0 112 34 7 502 124 73
Binary 11101110 111101 10101100 0 1001010 11100 111 101000010 1010100 111011

Color Harmonies of #EE3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3DAC

Black with #EE3DAC

Text Example


Text Example

White with #EE3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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