Html Css Color HEX #EA4B8B French Rose

📋 copy color: '#EA4B8B'

red 234 ◦ green 75 ◦ blue 139

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

Shades of French Rose #EA4B8B

Tints of French Rose #EA4B8B

RGB

 RED value IS 234 (91.8% from 255) = 52.23%

 GREEN value IS 75 (29.69% from 255) = 16.74%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 52.23%
G = 16.74%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA4B8B (or 0xEA4B8B) is known color: French Rose. HEX triplet: EA, 4B and 8B. RGB value is (234,75,139). Sum of RGB (Red+Green+Blue) = 234+75+139=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4B8B is #15B474. Grayscale: #818181. Windows color (decimal): -1422453 or 9128938. OLE color: 9128938.

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

Color convert

RGB 234 75 139 -
CMYK 0 0.68 0.41 0.08
HSL 335.85º 0.79% 0.61% -
HSV(B) 335.85º 0.68% 0.92% -
XYZ 41.11 24.39 26.97 -
YUV 129.84 133.18 202.3 -
System Red Green Blue C M Y K H S L
Decimal 234 75 139 0 0.68 0.41 0.08 335.85 0.79 0.61
Hex EA 4B 8B 0 44 29 8 150 4F 3D
Octal 352 113 213 0 104 51 10 520 117 75
Binary 11101010 1001011 10001011 0 1000100 101001 1000 101010000 1001111 111101

Color Harmonies of #EA4B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B8B

Black with #EA4B8B

Text Example


Text Example

White with #EA4B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B8B; }

 p { color: rgb(234,75,139); }

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

background-color css

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

 a { background-color: rgb(234,75,139); }

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

border-color css

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

 span { border-color: rgb(234,75,139); }

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