Html Css Color HEX #EB4DAE Brilliant Rose

📋 copy color: '#EB4DAE'

red 235 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #EB4DAE

Tints of Brilliant Rose #EB4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.84%

 BLUE value IS 174 (68.36% from 255) = 35.8%

R = 48.35%
G = 15.84%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB4DAE (or 0xEB4DAE) is known color: Brilliant Rose. HEX triplet: EB, 4D and AE. RGB value is (235,77,174). Sum of RGB (Red+Green+Blue) = 235+77+174=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4DAE is #14B251. Grayscale: #878787. Windows color (decimal): -1356370 or 11423211. OLE color: 11423211.

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

Color convert

RGB 235 77 174 -
CMYK 0 0.67 0.26 0.08
HSL 323.16º 0.8% 0.61% -
HSV(B) 323.16º 0.67% 0.92% -
XYZ 44.55 26.03 42.72 -
YUV 135.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 235 77 174 0 0.67 0.26 0.08 323.16 0.8 0.61
Hex EB 4D AE 0 43 1A 8 143 50 3D
Octal 353 115 256 0 103 32 10 503 120 75
Binary 11101011 1001101 10101110 0 1000011 11010 1000 101000011 1010000 111101

Color Harmonies of #EB4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DAE

Black with #EB4DAE

Text Example


Text Example

White with #EB4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DAE; }

 p { color: rgb(235,77,174); }

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

background-color css

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

 a { background-color: rgb(235,77,174); }

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

border-color css

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

 span { border-color: rgb(235,77,174); }

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