Html Css Color HEX #EB468A French Rose

📋 copy color: '#EB468A'

red 235 ◦ green 70 ◦ blue 138

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

Shades of French Rose #EB468A

Tints of French Rose #EB468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 53.05%
G = 15.8%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB468A (or 0xEB468A) is known color: French Rose. HEX triplet: EB, 46 and 8A. RGB value is (235,70,138). Sum of RGB (Red+Green+Blue) = 235+70+138=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB468A is #14B975. Grayscale: #7E7E7E. Windows color (decimal): -1358198 or 9062123. OLE color: 9062123.

HSL color Cylindrical-coordinate representation of color #EB468A: hue angle of 335.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB468A is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 138 -
CMYK 0 0.70 0.41 0.08
HSL 335.27º 0.8% 0.6% -
HSV(B) 335.27º 0.7% 0.92% -
XYZ 41.04 23.88 26.49 -
YUV 127.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 235 70 138 0 0.70 0.41 0.08 335.27 0.8 0.6
Hex EB 46 8A 0 46 29 8 14F 50 3C
Octal 353 106 212 0 106 51 10 517 120 74
Binary 11101011 1000110 10001010 0 1000110 101001 1000 101001111 1010000 111100

Color Harmonies of #EB468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB468A

Black with #EB468A

Text Example


Text Example

White with #EB468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB468A; }

 p { color: rgb(235,70,138); }

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

background-color css

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

 a { background-color: rgb(235,70,138); }

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

border-color css

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

 span { border-color: rgb(235,70,138); }

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