Html Css Color HEX #E942B1 Brilliant Rose

📋 copy color: '#E942B1'

red 233 ◦ green 66 ◦ blue 177

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

Shades of Brilliant Rose #E942B1

Tints of Brilliant Rose #E942B1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.87%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 48.95%
G = 13.87%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E942B1 (or 0xE942B1) is known color: Brilliant Rose. HEX triplet: E9, 42 and B1. RGB value is (233,66,177). Sum of RGB (Red+Green+Blue) = 233+66+177=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E942B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E942B1 is #16BD4E. Grayscale: #808080. Windows color (decimal): -1490255 or 11617001. OLE color: 11617001.

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

Color convert

RGB 233 66 177 -
CMYK 0 0.72 0.24 0.09
HSL 320.12º 0.79% 0.59% -
HSV(B) 320.12º 0.72% 0.91% -
XYZ 43.49 24.39 44.01 -
YUV 128.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 233 66 177 0 0.72 0.24 0.09 320.12 0.79 0.59
Hex E9 42 B1 0 48 18 9 140 4F 3B
Octal 351 102 261 0 110 30 11 500 117 73
Binary 11101001 1000010 10110001 0 1001000 11000 1001 101000000 1001111 111011

Color Harmonies of #E942B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E942B1

Black with #E942B1

Text Example


Text Example

White with #E942B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E942B1; }

 p { color: rgb(233,66,177); }

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

background-color css

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

 a { background-color: rgb(233,66,177); }

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

border-color css

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

 span { border-color: rgb(233,66,177); }

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