Html Css Color HEX #E952B7 Brilliant Rose

📋 copy color: '#E952B7'

red 233 ◦ green 82 ◦ blue 183

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

Shades of Brilliant Rose #E952B7

Tints of Brilliant Rose #E952B7

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.47%

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 46.79%
G = 16.47%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E952B7 (or 0xE952B7) is known color: Brilliant Rose. HEX triplet: E9, 52 and B7. RGB value is (233,82,183). Sum of RGB (Red+Green+Blue) = 233+82+183=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E952B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952B7 is #16AD48. Grayscale: #8A8A8A. Windows color (decimal): -1486153 or 12014313. OLE color: 12014313.

HSL color Cylindrical-coordinate representation of color #E952B7: hue angle of 319.87º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952B7 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 82 183 -
CMYK 0 0.65 0.21 0.09
HSL 319.87º 0.77% 0.62% -
HSV(B) 319.87º 0.65% 0.91% -
XYZ 45.17 26.78 47.59 -
YUV 138.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 233 82 183 0 0.65 0.21 0.09 319.87 0.77 0.62
Hex E9 52 B7 0 41 15 9 140 4D 3E
Octal 351 122 267 0 101 25 11 500 115 76
Binary 11101001 1010010 10110111 0 1000001 10101 1001 101000000 1001101 111110

Color Harmonies of #E952B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952B7

Black with #E952B7

Text Example


Text Example

White with #E952B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952B7; }

 p { color: rgb(233,82,183); }

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

background-color css

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

 a { background-color: rgb(233,82,183); }

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

border-color css

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

 span { border-color: rgb(233,82,183); }

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