Html Css Color HEX #EE31AF Persian Rose

📋 copy color: '#EE31AF'

red 238 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #EE31AF

Tints of Persian Rose #EE31AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.61%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 51.52%
G = 10.61%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE31AF (or 0xEE31AF) is known color: Persian Rose. HEX triplet: EE, 31 and AF. RGB value is (238,49,175). Sum of RGB (Red+Green+Blue) = 238+49+175=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE31AF is #11CE50. Grayscale: #777777. Windows color (decimal): -1166929 or 11481582. OLE color: 11481582.

HSL color Cylindrical-coordinate representation of color #EE31AF: hue angle of 320º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31AF is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 175 -
CMYK 0 0.79 0.26 0.07
HSL 320º 0.85% 0.56% -
HSV(B) 320º 0.79% 0.93% -
XYZ 44.1 23.47 42.76 -
YUV 119.88 159.12 212.25 -
System Red Green Blue C M Y K H S L
Decimal 238 49 175 0 0.79 0.26 0.07 320 0.85 0.56
Hex EE 31 AF 0 4F 1A 7 140 55 38
Octal 356 61 257 0 117 32 7 500 125 70
Binary 11101110 110001 10101111 0 1001111 11010 111 101000000 1010101 111000

Color Harmonies of #EE31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE31AF

Black with #EE31AF

Text Example


Text Example

White with #EE31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE31AF; }

 p { color: rgb(238,49,175); }

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

background-color css

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

 a { background-color: rgb(238,49,175); }

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

border-color css

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

 span { border-color: rgb(238,49,175); }

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