Html Css Color HEX #E94CB0 Brilliant Rose

📋 copy color: '#E94CB0'

red 233 ◦ green 76 ◦ blue 176

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

Shades of Brilliant Rose #E94CB0

Tints of Brilliant Rose #E94CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 48.04%
G = 15.67%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E94CB0 (or 0xE94CB0) is known color: Brilliant Rose. HEX triplet: E9, 4C and B0. RGB value is (233,76,176). Sum of RGB (Red+Green+Blue) = 233+76+176=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94CB0 is #16B34F. Grayscale: #868686. Windows color (decimal): -1487696 or 11554025. OLE color: 11554025.

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

Color convert

RGB 233 76 176 -
CMYK 0 0.67 0.24 0.09
HSL 321.78º 0.78% 0.61% -
HSV(B) 321.78º 0.67% 0.91% -
XYZ 44.03 25.63 43.7 -
YUV 134.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 233 76 176 0 0.67 0.24 0.09 321.78 0.78 0.61
Hex E9 4C B0 0 43 18 9 142 4E 3D
Octal 351 114 260 0 103 30 11 502 116 75
Binary 11101001 1001100 10110000 0 1000011 11000 1001 101000010 1001110 111101

Color Harmonies of #E94CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94CB0

Black with #E94CB0

Text Example


Text Example

White with #E94CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94CB0; }

 p { color: rgb(233,76,176); }

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

background-color css

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

 a { background-color: rgb(233,76,176); }

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

border-color css

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

 span { border-color: rgb(233,76,176); }

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