Html Css Color HEX #EF7E85 Carissma

📋 copy color: '#EF7E85'

red 239 ◦ green 126 ◦ blue 133

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

Shades of Carissma #EF7E85

Tints of Carissma #EF7E85

RGB

 RED value IS 239 (93.75% from 255) = 47.99%

 GREEN value IS 126 (49.61% from 255) = 25.3%

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 47.99%
G = 25.3%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF7E85 (or 0xEF7E85) is known color: Carissma. HEX triplet: EF, 7E and 85. RGB value is (239,126,133). Sum of RGB (Red+Green+Blue) = 239+126+133=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E85 is #10817A. Grayscale: #A0A0A0. Windows color (decimal): -1081723 or 8748783. OLE color: 8748783.

HSL color Cylindrical-coordinate representation of color #EF7E85: hue angle of 356.28º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7E85 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 126 133 -
CMYK 0 0.47 0.44 0.06
HSL 356.28º 0.78% 0.72% -
HSV(B) 356.28º 0.47% 0.94% -
XYZ 47.29 34.97 26.45 -
YUV 160.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 239 126 133 0 0.47 0.44 0.06 356.28 0.78 0.72
Hex EF 7E 85 0 2F 2C 6 164 4E 48
Octal 357 176 205 0 57 54 6 544 116 110
Binary 11101111 1111110 10000101 0 101111 101100 110 101100100 1001110 1001000

Color Harmonies of #EF7E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E85

Black with #EF7E85

Text Example


Text Example

White with #EF7E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E85; }

 p { color: rgb(239,126,133); }

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

background-color css

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

 a { background-color: rgb(239,126,133); }

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

border-color css

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

 span { border-color: rgb(239,126,133); }

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