Html Css Color HEX #E74B6A Cranberry

📋 copy color: '#E74B6A'

red 231 ◦ green 75 ◦ blue 106

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

Shades of Cranberry #E74B6A

Tints of Cranberry #E74B6A

RGB

 RED value IS 231 (90.63% from 255) = 56.07%

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 56.07%
G = 18.2%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E74B6A (or 0xE74B6A) is known color: Cranberry. HEX triplet: E7, 4B and 6A. RGB value is (231,75,106). Sum of RGB (Red+Green+Blue) = 231+75+106=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74B6A is #18B495. Grayscale: #7D7D7D. Windows color (decimal): -1619094 or 6966247. OLE color: 6966247.

HSL color Cylindrical-coordinate representation of color #E74B6A: hue angle of 348.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B6A is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 75 106 -
CMYK 0 0.68 0.54 0.09
HSL 348.08º 0.76% 0.6% -
HSV(B) 348.08º 0.68% 0.91% -
XYZ 38.07 23.06 16.08 -
YUV 125.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 231 75 106 0 0.68 0.54 0.09 348.08 0.76 0.6
Hex E7 4B 6A 0 44 36 9 15C 4C 3C
Octal 347 113 152 0 104 66 11 534 114 74
Binary 11100111 1001011 1101010 0 1000100 110110 1001 101011100 1001100 111100

Color Harmonies of #E74B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74B6A

Black with #E74B6A

Text Example


Text Example

White with #E74B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74B6A; }

 p { color: rgb(231,75,106); }

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

background-color css

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

 a { background-color: rgb(231,75,106); }

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

border-color css

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

 span { border-color: rgb(231,75,106); }

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