Html Css Color HEX #ED7A88 Carissma

📋 copy color: '#ED7A88'

red 237 ◦ green 122 ◦ blue 136

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

Shades of Carissma #ED7A88

Tints of Carissma #ED7A88

RGB

 RED value IS 237 (92.97% from 255) = 47.88%

 GREEN value IS 122 (48.05% from 255) = 24.65%

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 47.88%
G = 24.65%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7A88 (or 0xED7A88) is known color: Carissma. HEX triplet: ED, 7A and 88. RGB value is (237,122,136). Sum of RGB (Red+Green+Blue) = 237+122+136=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A88 is #128577. Grayscale: #9E9E9E. Windows color (decimal): -1213816 or 8944365. OLE color: 8944365.

HSL color Cylindrical-coordinate representation of color #ED7A88: hue angle of 352.7º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A88 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 136 -
CMYK 0 0.49 0.43 0.07
HSL 352.7º 0.76% 0.7% -
HSV(B) 352.7º 0.49% 0.93% -
XYZ 46.33 33.7 27.36 -
YUV 157.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 237 122 136 0 0.49 0.43 0.07 352.7 0.76 0.7
Hex ED 7A 88 0 31 2B 7 161 4C 46
Octal 355 172 210 0 61 53 7 541 114 106
Binary 11101101 1111010 10001000 0 110001 101011 111 101100001 1001100 1000110

Color Harmonies of #ED7A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A88

Black with #ED7A88

Text Example


Text Example

White with #ED7A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A88; }

 p { color: rgb(237,122,136); }

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

background-color css

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

 a { background-color: rgb(237,122,136); }

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

border-color css

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

 span { border-color: rgb(237,122,136); }

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