Html Css Color HEX #E750B8 Brilliant Rose

📋 copy color: '#E750B8'

red 231 ◦ green 80 ◦ blue 184

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

Shades of Brilliant Rose #E750B8

Tints of Brilliant Rose #E750B8

RGB

 RED value IS 231 (90.63% from 255) = 46.67%

 GREEN value IS 80 (31.64% from 255) = 16.16%

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 46.67%
G = 16.16%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E750B8 (or 0xE750B8) is known color: Brilliant Rose. HEX triplet: E7, 50 and B8. RGB value is (231,80,184). Sum of RGB (Red+Green+Blue) = 231+80+184=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E750B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750B8 is #18AF47. Grayscale: #888888. Windows color (decimal): -1617736 or 12079335. OLE color: 12079335.

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

Color convert

RGB 231 80 184 -
CMYK 0 0.65 0.20 0.09
HSL 318.68º 0.76% 0.61% -
HSV(B) 318.68º 0.65% 0.91% -
XYZ 44.48 26.19 48.06 -
YUV 137.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 231 80 184 0 0.65 0.20 0.09 318.68 0.76 0.61
Hex E7 50 B8 0 41 14 9 13F 4C 3D
Octal 347 120 270 0 101 24 11 477 114 75
Binary 11100111 1010000 10111000 0 1000001 10100 1001 100111111 1001100 111101

Color Harmonies of #E750B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E750B8

Black with #E750B8

Text Example


Text Example

White with #E750B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E750B8; }

 p { color: rgb(231,80,184); }

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

background-color css

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

 a { background-color: rgb(231,80,184); }

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

border-color css

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

 span { border-color: rgb(231,80,184); }

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