Html Css Color HEX #EB4D9B French Rose

📋 copy color: '#EB4D9B'

red 235 ◦ green 77 ◦ blue 155

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

Shades of French Rose #EB4D9B

Tints of French Rose #EB4D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.19%

R = 50.32%
G = 16.49%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB4D9B (or 0xEB4D9B) is known color: French Rose. HEX triplet: EB, 4D and 9B. RGB value is (235,77,155). Sum of RGB (Red+Green+Blue) = 235+77+155=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4D9B is #14B264. Grayscale: #848484. Windows color (decimal): -1356389 or 10178027. OLE color: 10178027.

HSL color Cylindrical-coordinate representation of color #EB4D9B: hue angle of 330.38º 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 #EB4D9B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 77 155 -
CMYK 0 0.67 0.34 0.08
HSL 330.38º 0.8% 0.61% -
HSV(B) 330.38º 0.67% 0.92% -
XYZ 42.83 25.34 33.64 -
YUV 133.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 235 77 155 0 0.67 0.34 0.08 330.38 0.8 0.61
Hex EB 4D 9B 0 43 22 8 14A 50 3D
Octal 353 115 233 0 103 42 10 512 120 75
Binary 11101011 1001101 10011011 0 1000011 100010 1000 101001010 1010000 111101

Color Harmonies of #EB4D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4D9B

Black with #EB4D9B

Text Example


Text Example

White with #EB4D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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