Html Css Color HEX #E755B4 Brilliant Rose

📋 copy color: '#E755B4'

red 231 ◦ green 85 ◦ blue 180

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

Shades of Brilliant Rose #E755B4

Tints of Brilliant Rose #E755B4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

 BLUE value IS 180 (70.7% from 255) = 36.29%

R = 46.57%
G = 17.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E755B4 (or 0xE755B4) is known color: Brilliant Rose. HEX triplet: E7, 55 and B4. RGB value is (231,85,180). Sum of RGB (Red+Green+Blue) = 231+85+180=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E755B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755B4 is #18AA4B. Grayscale: #8B8B8B. Windows color (decimal): -1616460 or 11818471. OLE color: 11818471.

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

Color convert

RGB 231 85 180 -
CMYK 0 0.63 0.22 0.09
HSL 320.96º 0.75% 0.62% -
HSV(B) 320.96º 0.63% 0.91% -
XYZ 44.44 26.78 46.01 -
YUV 139.48 150.87 193.28 -
System Red Green Blue C M Y K H S L
Decimal 231 85 180 0 0.63 0.22 0.09 320.96 0.75 0.62
Hex E7 55 B4 0 3F 16 9 141 4B 3E
Octal 347 125 264 0 77 26 11 501 113 76
Binary 11100111 1010101 10110100 0 111111 10110 1001 101000001 1001011 111110

Color Harmonies of #E755B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755B4

Black with #E755B4

Text Example


Text Example

White with #E755B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755B4; }

 p { color: rgb(231,85,180); }

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

background-color css

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

 a { background-color: rgb(231,85,180); }

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

border-color css

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

 span { border-color: rgb(231,85,180); }

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