Html Css Color HEX #EE38A9 Persian Rose

📋 copy color: '#EE38A9'

red 238 ◦ green 56 ◦ blue 169

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

Shades of Persian Rose #EE38A9

Tints of Persian Rose #EE38A9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.1%

 BLUE value IS 169 (66.41% from 255) = 36.5%

R = 51.4%
G = 12.1%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EE38A9 (or 0xEE38A9) is known color: Persian Rose. HEX triplet: EE, 38 and A9. RGB value is (238,56,169). Sum of RGB (Red+Green+Blue) = 238+56+169=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 169 (66.41% from 255 or 36.50% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE38A9 is #11C756. Grayscale: #7B7B7B. Windows color (decimal): -1165143 or 11090158. OLE color: 11090158.

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

Color convert

RGB 238 56 169 -
CMYK 0 0.76 0.29 0.07
HSL 322.75º 0.84% 0.58% -
HSV(B) 322.75º 0.76% 0.93% -
XYZ 43.84 23.87 39.83 -
YUV 123.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 238 56 169 0 0.76 0.29 0.07 322.75 0.84 0.58
Hex EE 38 A9 0 4C 1D 7 143 54 3A
Octal 356 70 251 0 114 35 7 503 124 72
Binary 11101110 111000 10101001 0 1001100 11101 111 101000011 1010100 111010

Color Harmonies of #EE38A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38A9

Black with #EE38A9

Text Example


Text Example

White with #EE38A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38A9; }

 p { color: rgb(238,56,169); }

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

background-color css

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

 a { background-color: rgb(238,56,169); }

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

border-color css

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

 span { border-color: rgb(238,56,169); }

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