Html Css Color HEX #EB4A8F French Rose

📋 copy color: '#EB4A8F'

red 235 ◦ green 74 ◦ blue 143

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

Shades of French Rose #EB4A8F

Tints of French Rose #EB4A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.37%

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 51.99%
G = 16.37%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB4A8F (or 0xEB4A8F) is known color: French Rose. HEX triplet: EB, 4A and 8F. RGB value is (235,74,143). Sum of RGB (Red+Green+Blue) = 235+74+143=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB4A8F is #14B570. Grayscale: #818181. Windows color (decimal): -1357169 or 9390827. OLE color: 9390827.

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

Color convert

RGB 235 74 143 -
CMYK 0 0.69 0.39 0.08
HSL 334.29º 0.8% 0.61% -
HSV(B) 334.29º 0.69% 0.92% -
XYZ 41.67 24.54 28.53 -
YUV 130.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 235 74 143 0 0.69 0.39 0.08 334.29 0.8 0.61
Hex EB 4A 8F 0 45 27 8 14E 50 3D
Octal 353 112 217 0 105 47 10 516 120 75
Binary 11101011 1001010 10001111 0 1000101 100111 1000 101001110 1010000 111101

Color Harmonies of #EB4A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A8F

Black with #EB4A8F

Text Example


Text Example

White with #EB4A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A8F; }

 p { color: rgb(235,74,143); }

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

background-color css

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

 a { background-color: rgb(235,74,143); }

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

border-color css

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

 span { border-color: rgb(235,74,143); }

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