Html Css Color HEX #EE48A5 Brilliant Rose

📋 copy color: '#EE48A5'

red 238 ◦ green 72 ◦ blue 165

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

Shades of Brilliant Rose #EE48A5

Tints of Brilliant Rose #EE48A5

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.16%

 BLUE value IS 165 (64.84% from 255) = 34.74%

R = 50.11%
G = 15.16%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EE48A5 (or 0xEE48A5) is known color: Brilliant Rose. HEX triplet: EE, 48 and A5. RGB value is (238,72,165). Sum of RGB (Red+Green+Blue) = 238+72+165=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE48A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE48A5 is #11B75A. Grayscale: #848484. Windows color (decimal): -1161051 or 10832110. OLE color: 10832110.

HSL color Cylindrical-coordinate representation of color #EE48A5: hue angle of 326.39º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE48A5 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 72 165 -
CMYK 0 0.70 0.31 0.07
HSL 326.39º 0.83% 0.61% -
HSV(B) 326.39º 0.7% 0.93% -
XYZ 44.37 25.53 38.19 -
YUV 132.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 238 72 165 0 0.70 0.31 0.07 326.39 0.83 0.61
Hex EE 48 A5 0 46 1F 7 146 53 3D
Octal 356 110 245 0 106 37 7 506 123 75
Binary 11101110 1001000 10100101 0 1000110 11111 111 101000110 1010011 111101

Color Harmonies of #EE48A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE48A5

Black with #EE48A5

Text Example


Text Example

White with #EE48A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE48A5; }

 p { color: rgb(238,72,165); }

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

background-color css

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

 a { background-color: rgb(238,72,165); }

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

border-color css

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

 span { border-color: rgb(238,72,165); }

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