Html Css Color HEX #E948A4 Brilliant Rose

📋 copy color: '#E948A4'

red 233 ◦ green 72 ◦ blue 164

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

Shades of Brilliant Rose #E948A4

Tints of Brilliant Rose #E948A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.97%

R = 49.68%
G = 15.35%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E948A4 (or 0xE948A4) is known color: Brilliant Rose. HEX triplet: E9, 48 and A4. RGB value is (233,72,164). Sum of RGB (Red+Green+Blue) = 233+72+164=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E948A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948A4 is #16B75B. Grayscale: #828282. Windows color (decimal): -1488732 or 10766569. OLE color: 10766569.

HSL color Cylindrical-coordinate representation of color #E948A4: hue angle of 325.71º 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 #E948A4 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 72 164 -
CMYK 0 0.69 0.30 0.09
HSL 325.71º 0.79% 0.6% -
HSV(B) 325.71º 0.69% 0.91% -
XYZ 42.62 24.64 37.63 -
YUV 130.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 233 72 164 0 0.69 0.30 0.09 325.71 0.79 0.6
Hex E9 48 A4 0 45 1E 9 146 4F 3C
Octal 351 110 244 0 105 36 11 506 117 74
Binary 11101001 1001000 10100100 0 1000101 11110 1001 101000110 1001111 111100

Color Harmonies of #E948A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948A4

Black with #E948A4

Text Example


Text Example

White with #E948A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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