Html Css Color HEX #E948AB Brilliant Rose

📋 copy color: '#E948AB'

red 233 ◦ green 72 ◦ blue 171

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

Shades of Brilliant Rose #E948AB

Tints of Brilliant Rose #E948AB

RGB

 RED value IS 233 (91.41% from 255) = 48.95%

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 48.95%
G = 15.13%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E948AB (or 0xE948AB) is known color: Brilliant Rose. HEX triplet: E9, 48 and AB. RGB value is (233,72,171). Sum of RGB (Red+Green+Blue) = 233+72+171=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E948AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948AB is #16B754. Grayscale: #838383. Windows color (decimal): -1488725 or 11225321. OLE color: 11225321.

HSL color Cylindrical-coordinate representation of color #E948AB: hue angle of 323.11º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948AB is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 72 171 -
CMYK 0 0.69 0.27 0.09
HSL 323.11º 0.79% 0.6% -
HSV(B) 323.11º 0.69% 0.91% -
XYZ 43.27 24.9 41.05 -
YUV 131.43 150.34 200.45 -
System Red Green Blue C M Y K H S L
Decimal 233 72 171 0 0.69 0.27 0.09 323.11 0.79 0.6
Hex E9 48 AB 0 45 1B 9 143 4F 3C
Octal 351 110 253 0 105 33 11 503 117 74
Binary 11101001 1001000 10101011 0 1000101 11011 1001 101000011 1001111 111100

Color Harmonies of #E948AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948AB

Black with #E948AB

Text Example


Text Example

White with #E948AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948AB; }

 p { color: rgb(233,72,171); }

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

background-color css

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

 a { background-color: rgb(233,72,171); }

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

border-color css

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

 span { border-color: rgb(233,72,171); }

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