Html Css Color HEX #EB55AF Brilliant Rose

📋 copy color: '#EB55AF'

red 235 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #EB55AF

Tints of Brilliant Rose #EB55AF

RGB

 RED value IS 235 (92.19% from 255) = 47.47%

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

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 47.47%
G = 17.17%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB55AF (or 0xEB55AF) is known color: Brilliant Rose. HEX triplet: EB, 55 and AF. RGB value is (235,85,175). Sum of RGB (Red+Green+Blue) = 235+85+175=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB55AF is #14AA50. Grayscale: #8B8B8B. Windows color (decimal): -1354321 or 11490795. OLE color: 11490795.

HSL color Cylindrical-coordinate representation of color #EB55AF: hue angle of 324º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB55AF is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 175 -
CMYK 0 0.64 0.26 0.08
HSL 324º 0.79% 0.63% -
HSV(B) 324º 0.64% 0.92% -
XYZ 45.25 27.25 43.43 -
YUV 140.11 147.7 195.68 -
System Red Green Blue C M Y K H S L
Decimal 235 85 175 0 0.64 0.26 0.08 324 0.79 0.63
Hex EB 55 AF 0 40 1A 8 144 4F 3F
Octal 353 125 257 0 100 32 10 504 117 77
Binary 11101011 1010101 10101111 0 1000000 11010 1000 101000100 1001111 111111

Color Harmonies of #EB55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55AF

Black with #EB55AF

Text Example


Text Example

White with #EB55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55AF; }

 p { color: rgb(235,85,175); }

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

background-color css

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

 a { background-color: rgb(235,85,175); }

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

border-color css

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

 span { border-color: rgb(235,85,175); }

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