Html Css Color HEX #EE41AF Brilliant Rose

📋 copy color: '#EE41AF'

red 238 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #EE41AF

Tints of Brilliant Rose #EE41AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.6%

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

R = 49.79%
G = 13.6%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EE41AF (or 0xEE41AF) is known color: Brilliant Rose. HEX triplet: EE, 41 and AF. RGB value is (238,65,175). Sum of RGB (Red+Green+Blue) = 238+65+175=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE41AF is #11BE50. Grayscale: #818181. Windows color (decimal): -1162833 or 11485678. OLE color: 11485678.

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

Color convert

RGB 238 65 175 -
CMYK 0 0.73 0.26 0.07
HSL 321.85º 0.84% 0.59% -
HSV(B) 321.85º 0.73% 0.93% -
XYZ 44.89 25.05 43.03 -
YUV 129.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 238 65 175 0 0.73 0.26 0.07 321.85 0.84 0.59
Hex EE 41 AF 0 49 1A 7 142 54 3B
Octal 356 101 257 0 111 32 7 502 124 73
Binary 11101110 1000001 10101111 0 1001001 11010 111 101000010 1010100 111011

Color Harmonies of #EE41AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE41AF

Black with #EE41AF

Text Example


Text Example

White with #EE41AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE41AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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