Html Css Color HEX #E758B0 Brilliant Rose

📋 copy color: '#E758B0'

red 231 ◦ green 88 ◦ blue 176

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

Shades of Brilliant Rose #E758B0

Tints of Brilliant Rose #E758B0

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.78%

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

R = 46.67%
G = 17.78%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E758B0 (or 0xE758B0) is known color: Brilliant Rose. HEX triplet: E7, 58 and B0. RGB value is (231,88,176). Sum of RGB (Red+Green+Blue) = 231+88+176=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E758B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E758B0 is #18A74F. Grayscale: #8C8C8C. Windows color (decimal): -1615696 or 11557095. OLE color: 11557095.

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

Color convert

RGB 231 88 176 -
CMYK 0 0.62 0.24 0.09
HSL 323.08º 0.75% 0.63% -
HSV(B) 323.08º 0.62% 0.91% -
XYZ 44.28 27.1 43.97 -
YUV 140.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 231 88 176 0 0.62 0.24 0.09 323.08 0.75 0.63
Hex E7 58 B0 0 3E 18 9 143 4B 3F
Octal 347 130 260 0 76 30 11 503 113 77
Binary 11100111 1011000 10110000 0 111110 11000 1001 101000011 1001011 111111

Color Harmonies of #E758B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E758B0

Black with #E758B0

Text Example


Text Example

White with #E758B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E758B0; }

 p { color: rgb(231,88,176); }

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

background-color css

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

 a { background-color: rgb(231,88,176); }

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

border-color css

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

 span { border-color: rgb(231,88,176); }

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