Html Css Color HEX #EB5CA0 Brilliant Rose

📋 copy color: '#EB5CA0'

red 235 ◦ green 92 ◦ blue 160

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

Shades of Brilliant Rose #EB5CA0

Tints of Brilliant Rose #EB5CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.89%

 BLUE value IS 160 (62.89% from 255) = 32.85%

R = 48.25%
G = 18.89%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB5CA0 (or 0xEB5CA0) is known color: Brilliant Rose. HEX triplet: EB, 5C and A0. RGB value is (235,92,160). Sum of RGB (Red+Green+Blue) = 235+92+160=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5CA0 is #14A35F. Grayscale: #8E8E8E. Windows color (decimal): -1352544 or 10509547. OLE color: 10509547.

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

Color convert

RGB 235 92 160 -
CMYK 0 0.61 0.32 0.08
HSL 331.47º 0.78% 0.64% -
HSV(B) 331.47º 0.61% 0.92% -
XYZ 44.43 27.85 36.29 -
YUV 142.51 137.88 193.97 -
System Red Green Blue C M Y K H S L
Decimal 235 92 160 0 0.61 0.32 0.08 331.47 0.78 0.64
Hex EB 5C A0 0 3D 20 8 14B 4E 40
Octal 353 134 240 0 75 40 10 513 116 100
Binary 11101011 1011100 10100000 0 111101 100000 1000 101001011 1001110 1000000

Color Harmonies of #EB5CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5CA0

Black with #EB5CA0

Text Example


Text Example

White with #EB5CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5CA0; }

 p { color: rgb(235,92,160); }

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

background-color css

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

 a { background-color: rgb(235,92,160); }

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

border-color css

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

 span { border-color: rgb(235,92,160); }

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