Html Css Color HEX #EA4B8D French Rose

📋 copy color: '#EA4B8D'

red 234 ◦ green 75 ◦ blue 141

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

Shades of French Rose #EA4B8D

Tints of French Rose #EA4B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 52%
G = 16.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA4B8D (or 0xEA4B8D) is known color: French Rose. HEX triplet: EA, 4B and 8D. RGB value is (234,75,141). Sum of RGB (Red+Green+Blue) = 234+75+141=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4B8D is #15B472. Grayscale: #818181. Windows color (decimal): -1422451 or 9260010. OLE color: 9260010.

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

Color convert

RGB 234 75 141 -
CMYK 0 0.68 0.40 0.08
HSL 335.09º 0.79% 0.61% -
HSV(B) 335.09º 0.68% 0.92% -
XYZ 41.26 24.45 27.74 -
YUV 130.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 234 75 141 0 0.68 0.40 0.08 335.09 0.79 0.61
Hex EA 4B 8D 0 44 28 8 14F 4F 3D
Octal 352 113 215 0 104 50 10 517 117 75
Binary 11101010 1001011 10001101 0 1000100 101000 1000 101001111 1001111 111101

Color Harmonies of #EA4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4B8D

Black with #EA4B8D

Text Example


Text Example

White with #EA4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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