Html Css Color HEX #E948AF Brilliant Rose

📋 copy color: '#E948AF'

red 233 ◦ green 72 ◦ blue 175

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

Shades of Brilliant Rose #E948AF

Tints of Brilliant Rose #E948AF

RGB

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

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

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

R = 48.54%
G = 15%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E948AF (or 0xE948AF) is known color: Brilliant Rose. HEX triplet: E9, 48 and AF. RGB value is (233,72,175). Sum of RGB (Red+Green+Blue) = 233+72+175=480 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.54% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 233 - color contains mainly: red. Hex color #E948AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948AF is #16B750. Grayscale: #838383. Windows color (decimal): -1488721 or 11487465. OLE color: 11487465.

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

Color convert

RGB 233 72 175 -
CMYK 0 0.69 0.25 0.09
HSL 321.61º 0.79% 0.6% -
HSV(B) 321.61º 0.69% 0.91% -
XYZ 43.66 25.05 43.09 -
YUV 131.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 233 72 175 0 0.69 0.25 0.09 321.61 0.79 0.6
Hex E9 48 AF 0 45 19 9 142 4F 3C
Octal 351 110 257 0 105 31 11 502 117 74
Binary 11101001 1001000 10101111 0 1000101 11001 1001 101000010 1001111 111100

Color Harmonies of #E948AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948AF

Black with #E948AF

Text Example


Text Example

White with #E948AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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